{
    "template_id": "searchable-player",
    "name": "Searchable Player",
    "description": "Upload your mp3s to your WP Media Library and stream them through smart speakers. With search and sort order capabilities.",
    "service": {
        "convo_service_version": 40,
        "packages": [
            "convo-core",
            "convo-wp-core"
        ],
        "contexts": [
            {
                "class": "\\Convo\\Wp\\Pckg\\WpCore\\WpMediaContext",
                "namespace": "convo-wp-core",
                "properties": {
                    "id": "search_media",
                    "args": {
                        "post_type": "attachment",
                        "post_mime_type": "audio\/mpeg",
                        "post_status": "all",
                        "orderby": "${orderby}",
                        "s": "${search}",
                        "posts_per_page": "${MAX_RESULTS}"
                    },
                    "song_url": "",
                    "song_title": "",
                    "artist": "",
                    "artwork_url": "",
                    "background_url": "https:\/\/convoworks.com\/wp-content\/uploads\/2021\/03\/music-pozadina-convo.jpg",
                    "default_song_image_url": "https:\/\/convoworks.com\/wp-content\/uploads\/2021\/03\/music-default.png",
                    "default_loop": "",
                    "default_shuffle": "",
                    "_component_id": "egombion-upjv-qu9k-bthf-kw1yiyjbdqzt"
                }
            }
        ],
        "variables": {
            "MAX_RESULTS": "${100}",
            "SERVICE_NAME": "Searchable Player",
            "orderby": "${{\"post_date\": \"ASC\"}}"
        },
        "preview_variables": [],
        "entities": [
            {
                "name": "TrackEntity",
                "values": [
                    {
                        "value": "track",
                        "synonyms": [
                            "song",
                            "episode",
                            "tracks",
                            "songs",
                            "episodes",
                            "song's",
                            "track's",
                            "episode's",
                            "tunes",
                            "tune"
                        ]
                    }
                ]
            }
        ],
        "intents": [
            {
                "name": "PlayAlphabeticallyIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "arrange and play tracks in alphabetical order",
                        "model": [
                            {
                                "text": "arrange and play"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "in alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "sort and play alphabetically",
                        "model": [
                            {
                                "text": "sort and play alphabetically"
                            }
                        ]
                    },
                    {
                        "raw": "sort and play by track name",
                        "model": [
                            {
                                "text": "sort and play by"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "name"
                            }
                        ]
                    },
                    {
                        "raw": "arrange tracks by name",
                        "model": [
                            {
                                "text": "arrange"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by name"
                            }
                        ]
                    },
                    {
                        "raw": "sort the songs by alphabetical order",
                        "model": [
                            {
                                "text": "sort the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "reorder songs in alphabetical order",
                        "model": [
                            {
                                "text": "reorder"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "in alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "arrange tracks in alphabetical order",
                        "model": [
                            {
                                "text": "arrange"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "in alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "arrange in alphabetical order",
                        "model": [
                            {
                                "text": "arrange in alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "i want to listen to my songs alphabetically",
                        "model": [
                            {
                                "text": "i want to listen to my"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "alphabetically"
                            }
                        ]
                    },
                    {
                        "raw": "i'd like to listen to the music alphabetically",
                        "model": [
                            {
                                "text": "i'd like to listen to the music alphabetically"
                            }
                        ]
                    },
                    {
                        "raw": "i want to listen to my music alphabetically",
                        "model": [
                            {
                                "text": "i want to listen to my music alphabetically"
                            }
                        ]
                    },
                    {
                        "raw": "i want to listen to my music in alphabetical order",
                        "model": [
                            {
                                "text": "i want to listen to my music in alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "sort tracks by name",
                        "model": [
                            {
                                "text": "sort"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by name"
                            }
                        ]
                    },
                    {
                        "raw": "play in alphabetical order",
                        "model": [
                            {
                                "text": "play in alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "play everything in alphabetical order",
                        "model": [
                            {
                                "text": "play everything in alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "play tracks in alphabetical order",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "in alphabetical order"
                            }
                        ]
                    },
                    {
                        "raw": "Sort and play by name",
                        "model": [
                            {
                                "text": "Sort and play by name"
                            }
                        ]
                    },
                    {
                        "raw": "Sort tracks alphabetically",
                        "model": [
                            {
                                "text": "Sort"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "alphabetically"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "PlayNewestIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "order the music by the most recent",
                        "model": [
                            {
                                "text": "order the music by the most recent"
                            }
                        ]
                    },
                    {
                        "raw": "give me the latest uploads first",
                        "model": [
                            {
                                "text": "give me the latest uploads first"
                            }
                        ]
                    },
                    {
                        "raw": "order by the most recent",
                        "model": [
                            {
                                "text": "order by the most recent"
                            }
                        ]
                    },
                    {
                        "raw": "i want to listen to the newest tracks",
                        "model": [
                            {
                                "text": "i want to listen to the newest"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "i want to listen to the latest first",
                        "model": [
                            {
                                "text": "i want to listen to the latest first"
                            }
                        ]
                    },
                    {
                        "raw": "i would like to listen to the most recent first",
                        "model": [
                            {
                                "text": "i would like to listen to the most recent first"
                            }
                        ]
                    },
                    {
                        "raw": "i'd like to listen to the most recent tracks first",
                        "model": [
                            {
                                "text": "i'd like to listen to the most recent"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "first"
                            }
                        ]
                    },
                    {
                        "raw": "i want to listen to the most recent tracks first",
                        "model": [
                            {
                                "text": "i want to listen to the most recent"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "first"
                            }
                        ]
                    },
                    {
                        "raw": "order my tracks by the most recent first",
                        "model": [
                            {
                                "text": "order my"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by the most recent first"
                            }
                        ]
                    },
                    {
                        "raw": "order my tracks by the most recent",
                        "model": [
                            {
                                "text": "order my"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by the most recent"
                            }
                        ]
                    },
                    {
                        "raw": "sort my tracks by the most recent",
                        "model": [
                            {
                                "text": "sort my"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by the most recent"
                            }
                        ]
                    },
                    {
                        "raw": "sort the tracks by the most recently uploaded",
                        "model": [
                            {
                                "text": "sort the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by the most recently uploaded"
                            }
                        ]
                    },
                    {
                        "raw": "sort tracks by the most recent",
                        "model": [
                            {
                                "text": "sort"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by the most recent"
                            }
                        ]
                    },
                    {
                        "raw": "sort the tracks by the most recent",
                        "model": [
                            {
                                "text": "sort the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by the most recent"
                            }
                        ]
                    },
                    {
                        "raw": "order the tracks by the most recently uploaded",
                        "model": [
                            {
                                "text": "order the tracks by the most recently uploaded"
                            }
                        ]
                    },
                    {
                        "raw": "order the tracks by the most recent",
                        "model": [
                            {
                                "text": "order the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by the most recent"
                            }
                        ]
                    },
                    {
                        "raw": "play the newest tracks first",
                        "model": [
                            {
                                "text": "play the newest"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "first"
                            }
                        ]
                    },
                    {
                        "raw": "play the latest uploaded track first",
                        "model": [
                            {
                                "text": "play the latest uploaded"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "first"
                            }
                        ]
                    },
                    {
                        "raw": "sort tracks by date uploaded",
                        "model": [
                            {
                                "text": "sort"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by date uploaded"
                            }
                        ]
                    },
                    {
                        "raw": "play the most recent tracks first",
                        "model": [
                            {
                                "text": "play the most recent"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "first"
                            }
                        ]
                    },
                    {
                        "raw": "play the latest tracks first",
                        "model": [
                            {
                                "text": "play the latest"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "first"
                            }
                        ]
                    },
                    {
                        "raw": "play the most recently uploaded first",
                        "model": [
                            {
                                "text": "play the most recently uploaded first"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "PlayerSettingsIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "what is the player status",
                        "model": [
                            {
                                "text": "what is the player status"
                            }
                        ]
                    },
                    {
                        "raw": "what's the player status",
                        "model": [
                            {
                                "text": "what's the player status"
                            }
                        ]
                    },
                    {
                        "raw": "what are my player settings",
                        "model": [
                            {
                                "text": "what are my player settings"
                            }
                        ]
                    },
                    {
                        "raw": "what're my player settings",
                        "model": [
                            {
                                "text": "what're my player settings"
                            }
                        ]
                    },
                    {
                        "raw": "how is my player set up",
                        "model": [
                            {
                                "text": "how is my player set up"
                            }
                        ]
                    },
                    {
                        "raw": "what's the current player status",
                        "model": [
                            {
                                "text": "what's the current player status"
                            }
                        ]
                    },
                    {
                        "raw": "what are current audio player settings",
                        "model": [
                            {
                                "text": "what are current audio player settings"
                            }
                        ]
                    },
                    {
                        "raw": "how is the audio player set up",
                        "model": [
                            {
                                "text": "how is the audio player set up"
                            }
                        ]
                    },
                    {
                        "raw": "how's the player set up",
                        "model": [
                            {
                                "text": "how's the player set up"
                            }
                        ]
                    },
                    {
                        "raw": "what're player settings",
                        "model": [
                            {
                                "text": "what're player settings"
                            }
                        ]
                    },
                    {
                        "raw": "show me player settings",
                        "model": [
                            {
                                "text": "show me player settings"
                            }
                        ]
                    },
                    {
                        "raw": "tell me about current settings",
                        "model": [
                            {
                                "text": "tell me about current settings"
                            }
                        ]
                    },
                    {
                        "raw": "tell about current audio settings",
                        "model": [
                            {
                                "text": "tell about current audio settings"
                            }
                        ]
                    },
                    {
                        "raw": "what are my current audio settings",
                        "model": [
                            {
                                "text": "what are my current audio settings"
                            }
                        ]
                    },
                    {
                        "raw": "tell me about player settings",
                        "model": [
                            {
                                "text": "tell me about player settings"
                            }
                        ]
                    },
                    {
                        "raw": "what are my settings",
                        "model": [
                            {
                                "text": "what are my settings"
                            }
                        ]
                    },
                    {
                        "raw": "what're my setting",
                        "model": [
                            {
                                "text": "what're my setting"
                            }
                        ]
                    },
                    {
                        "raw": "i want to check current player settings",
                        "model": [
                            {
                                "text": "i want to check current player settings"
                            }
                        ]
                    },
                    {
                        "raw": "what is the status of the player",
                        "model": [
                            {
                                "text": "what is the status of the player"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "PlayLastIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "play the last one",
                        "model": [
                            {
                                "text": "play the last one"
                            }
                        ]
                    },
                    {
                        "raw": "skip to the last song",
                        "model": [
                            {
                                "text": "skip to the last"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "skip to the last",
                        "model": [
                            {
                                "text": "skip to the last"
                            }
                        ]
                    },
                    {
                        "raw": "move to the last episode",
                        "model": [
                            {
                                "text": "move to the last"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "episode",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "play the last episode",
                        "model": [
                            {
                                "text": "play the last"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "episode",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "i want to listen to the last song",
                        "model": [
                            {
                                "text": "i want to listen to the last"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "give me the last song",
                        "model": [
                            {
                                "text": "give me the last"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "skip to the final song",
                        "model": [
                            {
                                "text": "skip to the final"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "skip to final song",
                        "model": [
                            {
                                "text": "skip to final"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "give me the final song",
                        "model": [
                            {
                                "text": "give me the final"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "I want to listen to the final song",
                        "model": [
                            {
                                "text": "I want to listen to the final"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "I'd like to listen to the final song",
                        "model": [
                            {
                                "text": "I'd like to listen to the final"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "I'd like to listen to the last song",
                        "model": [
                            {
                                "text": "I'd like to listen to the last"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "I would like to listen to the last song",
                        "model": [
                            {
                                "text": "I would like to listen to the last"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "play the final episode",
                        "model": [
                            {
                                "text": "play the final"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "episode",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "can you play the last one",
                        "model": [
                            {
                                "text": "can you play the last one"
                            }
                        ]
                    },
                    {
                        "raw": "can you start playing the last one",
                        "model": [
                            {
                                "text": "can you start playing the last one"
                            }
                        ]
                    },
                    {
                        "raw": "play the last one again",
                        "model": [
                            {
                                "text": "play the last one again"
                            }
                        ]
                    },
                    {
                        "raw": "play last song",
                        "model": [
                            {
                                "text": "play last"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "WhatIsPlayingIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "what's playing",
                        "model": [
                            {
                                "text": "what's playing"
                            }
                        ]
                    },
                    {
                        "raw": "what is playing",
                        "model": [
                            {
                                "text": "what is playing"
                            }
                        ]
                    },
                    {
                        "raw": "what song is playing",
                        "model": [
                            {
                                "text": "what"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "is playing"
                            }
                        ]
                    },
                    {
                        "raw": "which song is playing",
                        "model": [
                            {
                                "text": "which"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "is playing"
                            }
                        ]
                    },
                    {
                        "raw": "which song's playing",
                        "model": [
                            {
                                "text": "which"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song's",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "playing"
                            }
                        ]
                    },
                    {
                        "raw": "what song is that",
                        "model": [
                            {
                                "text": "what"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "is that"
                            }
                        ]
                    },
                    {
                        "raw": "what song's that",
                        "model": [
                            {
                                "text": "what"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song's",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "that"
                            }
                        ]
                    },
                    {
                        "raw": "which song is that",
                        "model": [
                            {
                                "text": "which"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "is that"
                            }
                        ]
                    },
                    {
                        "raw": "what is that song called",
                        "model": [
                            {
                                "text": "what is that"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "called"
                            }
                        ]
                    },
                    {
                        "raw": "what's that song called",
                        "model": [
                            {
                                "text": "what's that"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "called"
                            }
                        ]
                    },
                    {
                        "raw": "what's that playing",
                        "model": [
                            {
                                "text": "what's that playing"
                            }
                        ]
                    },
                    {
                        "raw": "what song's playing",
                        "model": [
                            {
                                "text": "what"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song's",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "playing"
                            }
                        ]
                    },
                    {
                        "raw": "what is currently playing",
                        "model": [
                            {
                                "text": "what is currently playing"
                            }
                        ]
                    },
                    {
                        "raw": "can you tell me what's that song",
                        "model": [
                            {
                                "text": "can you tell me what's that"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "what's the name of this song",
                        "model": [
                            {
                                "text": "what's the name of this"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "what's currently playing",
                        "model": [
                            {
                                "text": "what's currently playing"
                            }
                        ]
                    },
                    {
                        "raw": "what is the name of this song",
                        "model": [
                            {
                                "text": "what is the name of this"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "what's this track called",
                        "model": [
                            {
                                "text": "what's this"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "called"
                            }
                        ]
                    },
                    {
                        "raw": "what is this",
                        "model": [
                            {
                                "text": "what is this"
                            }
                        ]
                    },
                    {
                        "raw": "what is playing right now",
                        "model": [
                            {
                                "text": "what is playing right now"
                            }
                        ]
                    },
                    {
                        "raw": "what is this episode",
                        "model": [
                            {
                                "text": "what is this"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "episode",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "HowManyTracksIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "how many tracks are there",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "are there"
                            }
                        ]
                    },
                    {
                        "raw": "how many tracks are there in total",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "are there in total"
                            }
                        ]
                    },
                    {
                        "raw": "how many tracks do I have",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "do I have"
                            }
                        ]
                    },
                    {
                        "raw": "how many tracks do I have left",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "do I have left"
                            }
                        ]
                    },
                    {
                        "raw": "how many tracks do i have in total",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "do i have in total"
                            }
                        ]
                    },
                    {
                        "raw": "what is the number of tracks",
                        "model": [
                            {
                                "text": "what is the number of"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "what is the total number of tracks",
                        "model": [
                            {
                                "text": "what is the total number of"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "what's the number of tracks",
                        "model": [
                            {
                                "text": "what's the number of"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "what song number am I on",
                        "model": [
                            {
                                "text": "what"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number am I on"
                            }
                        ]
                    },
                    {
                        "raw": "what's the number of all tracks",
                        "model": [
                            {
                                "text": "what's the number of all"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "how many songs do i have left",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "do i have left"
                            }
                        ]
                    },
                    {
                        "raw": "how many songs is there left",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "is there left"
                            }
                        ]
                    },
                    {
                        "raw": "how many songs remain",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "remain"
                            }
                        ]
                    },
                    {
                        "raw": "what is the number of all tracks",
                        "model": [
                            {
                                "text": "what is the number of all"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "give me the total number of tracks",
                        "model": [
                            {
                                "text": "give me the total number of"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "how many tracks do i have",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "do i have"
                            }
                        ]
                    },
                    {
                        "raw": "how many tracks are still left",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "are still left"
                            }
                        ]
                    },
                    {
                        "raw": "how many tracks are there in this playlist",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "are there in this playlist"
                            }
                        ]
                    },
                    {
                        "raw": "how many roads do we have",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "roads",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "do we have"
                            }
                        ]
                    },
                    {
                        "raw": "what is the overall episode number",
                        "model": [
                            {
                                "text": "what is the overall"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "episode",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            }
                        ]
                    },
                    {
                        "raw": "how many tunes in total",
                        "model": [
                            {
                                "text": "how many"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tunes",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "in total"
                            }
                        ]
                    },
                    {
                        "raw": "can you tell me about the all episodes",
                        "model": [
                            {
                                "text": "can you tell me about the all"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "episodes",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "can you give me number of tracks",
                        "model": [
                            {
                                "text": "can you give me number of"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "PlayTrackIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "play Techno",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "convo-core.genre",
                                "text": "Techno",
                                "slot_value": "Genre"
                            }
                        ]
                    },
                    {
                        "raw": "play Lou Bega",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "Lou Bega",
                                "slot_value": "Artist"
                            }
                        ]
                    },
                    {
                        "raw": "play my techno playlist",
                        "model": [
                            {
                                "text": "play my"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "start my techno playlist",
                        "model": [
                            {
                                "text": "start my"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "start the techno playlist",
                        "model": [
                            {
                                "text": "start the"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play Mambo No. 5 by Lou Bega",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "convo-core.song",
                                "text": "Mambo No. 5",
                                "slot_value": "Song"
                            },
                            {
                                "text": "by"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "Lou Bega",
                                "slot_value": "Artist"
                            }
                        ]
                    },
                    {
                        "raw": "play Mambo No. 5",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "convo-core.song",
                                "text": "Mambo No. 5",
                                "slot_value": "Song"
                            }
                        ]
                    },
                    {
                        "raw": "play Rock songs",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "convo-core.genre",
                                "text": "Rock",
                                "slot_value": "Genre"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "play the techno playlist",
                        "model": [
                            {
                                "text": "play the"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play songs from the techno playlist",
                        "model": [
                            {
                                "text": "play songs from the"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play tracks in the techno playlist",
                        "model": [
                            {
                                "text": "play tracks in the"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play something by Lou Bega",
                        "model": [
                            {
                                "text": "play something by"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "Lou Bega",
                                "slot_value": "Artist"
                            }
                        ]
                    },
                    {
                        "raw": "play songs from my techno playlist",
                        "model": [
                            {
                                "text": "play songs from my"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play songs in my techno playlist",
                        "model": [
                            {
                                "text": "play songs in my"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play a song by Lou Bega",
                        "model": [
                            {
                                "text": "play a"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "Lou Bega",
                                "slot_value": "Artist"
                            }
                        ]
                    },
                    {
                        "raw": "play Beethoven from my playlist",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "Beethoven",
                                "slot_value": "Artist"
                            },
                            {
                                "text": "from my playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play tracks in my techno playlist",
                        "model": [
                            {
                                "text": "play tracks in my"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "techno",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "can you start playing a song by goldie loc",
                        "model": [
                            {
                                "text": "can you start playing a"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "by"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "goldie loc",
                                "slot_value": "Artist"
                            }
                        ]
                    },
                    {
                        "raw": "put on luke eddie palmieri",
                        "model": [
                            {
                                "text": "put on"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "luke eddie palmieri",
                                "slot_value": "Artist"
                            }
                        ]
                    },
                    {
                        "raw": "play progressive pop playlist",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "convo-core.music_playlist",
                                "text": "progressive pop",
                                "slot_value": "Playlist"
                            },
                            {
                                "text": "playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play only kate bush",
                        "model": [
                            {
                                "text": "play only"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "kate bush",
                                "slot_value": "Artist"
                            }
                        ]
                    },
                    {
                        "raw": "play just kate bush songs",
                        "model": [
                            {
                                "text": "play just"
                            },
                            {
                                "type": "convo-core.artist",
                                "text": "kate bush",
                                "slot_value": "Artist"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "PlayEntireCatalogueIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "play everything",
                        "model": [
                            {
                                "text": "play everything"
                            }
                        ]
                    },
                    {
                        "raw": "start playing all my music",
                        "model": [
                            {
                                "text": "start playing all my music"
                            }
                        ]
                    },
                    {
                        "raw": "begin playing everything",
                        "model": [
                            {
                                "text": "begin playing everything"
                            }
                        ]
                    },
                    {
                        "raw": "play all my music",
                        "model": [
                            {
                                "text": "play all my music"
                            }
                        ]
                    },
                    {
                        "raw": "play my entire catalogue",
                        "model": [
                            {
                                "text": "play my entire catalogue"
                            }
                        ]
                    },
                    {
                        "raw": "play all songs",
                        "model": [
                            {
                                "text": "play all"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "play all my songs",
                        "model": [
                            {
                                "text": "play all my"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "play songs in all the folders",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "in all the folders"
                            }
                        ]
                    },
                    {
                        "raw": "play songs from all the folders",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "from all the folders"
                            }
                        ]
                    },
                    {
                        "raw": "play everything i have",
                        "model": [
                            {
                                "text": "play everything i have"
                            }
                        ]
                    },
                    {
                        "raw": "play the entire catalogue",
                        "model": [
                            {
                                "text": "play the entire catalogue"
                            }
                        ]
                    },
                    {
                        "raw": "start playing everything",
                        "model": [
                            {
                                "text": "start playing everything"
                            }
                        ]
                    },
                    {
                        "raw": "play all the songs i have",
                        "model": [
                            {
                                "text": "play all the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "i have"
                            }
                        ]
                    },
                    {
                        "raw": "play everything from the beginning",
                        "model": [
                            {
                                "text": "play everything from the beginning"
                            }
                        ]
                    },
                    {
                        "raw": "play everything from the start",
                        "model": [
                            {
                                "text": "play everything from the start"
                            }
                        ]
                    },
                    {
                        "raw": "play songs from every playlist",
                        "model": [
                            {
                                "text": "play songs from every playlist"
                            }
                        ]
                    },
                    {
                        "raw": "play all playlists",
                        "model": [
                            {
                                "text": "play all playlists"
                            }
                        ]
                    },
                    {
                        "raw": "play all my playlists",
                        "model": [
                            {
                                "text": "play all my playlists"
                            }
                        ]
                    },
                    {
                        "raw": "play all the playlists",
                        "model": [
                            {
                                "text": "play all the playlists"
                            }
                        ]
                    },
                    {
                        "raw": "play music from all the playlists",
                        "model": [
                            {
                                "text": "play music from all the playlists"
                            }
                        ]
                    },
                    {
                        "raw": "start playing my entire catalogue",
                        "model": [
                            {
                                "text": "start playing my entire catalogue"
                            }
                        ]
                    },
                    {
                        "raw": "play all the music i have",
                        "model": [
                            {
                                "text": "play all the music i have"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "GoToTrackNumberIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "skip to third song",
                        "model": [
                            {
                                "text": "skip to"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "go to the third song",
                        "model": [
                            {
                                "text": "go to the"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "play the third song",
                        "model": [
                            {
                                "text": "play the"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "skip to the track number three",
                        "model": [
                            {
                                "text": "skip to the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "play third song",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "skip to track number three",
                        "model": [
                            {
                                "text": "skip to"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "play the track number three",
                        "model": [
                            {
                                "text": "play the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "go to track number three",
                        "model": [
                            {
                                "text": "go to"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "go to the track number three",
                        "model": [
                            {
                                "text": "go to the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "I would like to hear the third track",
                        "model": [
                            {
                                "text": "I would like to hear the"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "I want to listen to the song number three",
                        "model": [
                            {
                                "text": "I want to listen to the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "jump to the third track",
                        "model": [
                            {
                                "text": "jump to the"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "please go to the third song",
                        "model": [
                            {
                                "text": "please go to the"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "i want to listen to the song number three",
                        "model": [
                            {
                                "text": "i want to listen to the"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "jump to song number three",
                        "model": [
                            {
                                "text": "jump to"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "go back to song number three",
                        "model": [
                            {
                                "text": "go"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            },
                            {
                                "text": "to"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "go back to the third song",
                        "model": [
                            {
                                "text": "go"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            },
                            {
                                "text": "to the"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "return to track three",
                        "model": [
                            {
                                "text": "return to"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "return to track number three",
                        "model": [
                            {
                                "text": "return to"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "return to the third track",
                        "model": [
                            {
                                "text": "return to the"
                            },
                            {
                                "type": "convo-core.ordinal",
                                "text": "third",
                                "slot_value": "SongPosition"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "go to track three",
                        "model": [
                            {
                                "text": "go to"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "play song number three",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "find song number three",
                        "model": [
                            {
                                "text": "find"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "number"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "find track three",
                        "model": [
                            {
                                "text": "find"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "track",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "go to seven",
                        "model": [
                            {
                                "text": "go to"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "seven",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "begin playing six",
                        "model": [
                            {
                                "text": "begin playing"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "six",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "begin to play nine",
                        "model": [
                            {
                                "text": "begin to play"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "nine",
                                "slot_value": "SongPosition"
                            }
                        ]
                    },
                    {
                        "raw": "play song eight",
                        "model": [
                            {
                                "text": "play"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "song",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "eight",
                                "slot_value": "SongPosition"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "TracksBackwardForwardIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "go three tracks forward",
                        "model": [
                            {
                                "text": "go"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "forward",
                                "slot_value": "PlaybackDirection"
                            }
                        ]
                    },
                    {
                        "raw": "skip three tracks forward",
                        "model": [
                            {
                                "text": "skip"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "forward",
                                "slot_value": "PlaybackDirection"
                            }
                        ]
                    },
                    {
                        "raw": "skip three tracks",
                        "model": [
                            {
                                "text": "skip"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "go back three tracks",
                        "model": [
                            {
                                "text": "go"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "jump three tracks back",
                        "model": [
                            {
                                "text": "jump"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            }
                        ]
                    },
                    {
                        "raw": "i want to go three tracks back",
                        "model": [
                            {
                                "text": "i want to go"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            }
                        ]
                    },
                    {
                        "raw": "i'd like to go forward three tracks",
                        "model": [
                            {
                                "text": "i'd like to go"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "forward",
                                "slot_value": "PlaybackDirection"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "skip forward two tracks",
                        "model": [
                            {
                                "text": "skip"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "forward",
                                "slot_value": "PlaybackDirection"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "two",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "you can skip three songs",
                        "model": [
                            {
                                "text": "you can skip"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "jump forward three songs",
                        "model": [
                            {
                                "text": "jump"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "forward",
                                "slot_value": "PlaybackDirection"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "return three songs back",
                        "model": [
                            {
                                "text": "return"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            }
                        ]
                    },
                    {
                        "raw": "it can skip four songs",
                        "model": [
                            {
                                "text": "it can skip"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "four",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "it should skip four songs",
                        "model": [
                            {
                                "text": "it should skip"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "four",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "songs",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    },
                    {
                        "raw": "skip three tracks please",
                        "model": [
                            {
                                "text": "skip"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "text": "please"
                            }
                        ]
                    },
                    {
                        "raw": "three tracks backward",
                        "model": [
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "backward",
                                "slot_value": "PlaybackDirection"
                            }
                        ]
                    },
                    {
                        "raw": "i would like to go three tracks back",
                        "model": [
                            {
                                "text": "i would like to go"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            }
                        ]
                    },
                    {
                        "raw": "i'd like to go three tracks back",
                        "model": [
                            {
                                "text": "i'd like to go"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            }
                        ]
                    },
                    {
                        "raw": "i want to go back three tracks",
                        "model": [
                            {
                                "text": "i want to go"
                            },
                            {
                                "type": "convo-core.PlaybackDirection",
                                "text": "back",
                                "slot_value": "PlaybackDirection"
                            },
                            {
                                "type": "convo-core.number",
                                "text": "three",
                                "slot_value": "NumberOfSongs"
                            },
                            {
                                "type": "TrackEntity",
                                "text": "tracks",
                                "slot_value": "TrackEntity"
                            }
                        ]
                    }
                ]
            }
        ],
        "blocks": [
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ConversationBlock",
                "namespace": "convo-core",
                "properties": {
                    "role": "session_start",
                    "block_id": "Session_start",
                    "name": "Session start",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can view all the available commands in the fragment below",
                                "context": null,
                                "_component_id": "la7xb01w-tnfp-bwrl-sspd-vhwlt2mvm1fk"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                            "namespace": "convo-core",
                            "properties": {
                                "fragment_id": "fa30741f-8a3a-456c-b4f1-f5d1a8e2e292",
                                "_component_id": "drx6xsdf-vvvu-vwsi-4ylv-tgdb7f9ecobo"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\GoToElement",
                            "namespace": "convo-core",
                            "properties": {
                                "value": "home",
                                "next": false,
                                "_component_id": "6hb7infx-jg44-zuo9-is7j-y6qppp2y27jn"
                            }
                        }
                    ],
                    "processors": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\ProcessProcessorFragment",
                            "namespace": "convo-core",
                            "properties": {
                                "fragment_id": "Handle_search_requests",
                                "_component_id": "cjrgregi-ks0n-fo3o-wsht-scpi9wx79wwx"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\ProcessProcessorFragment",
                            "namespace": "convo-core",
                            "properties": {
                                "fragment_id": "Handle_sort_requests",
                                "_component_id": "buar2dv3-uo9s-srnv-cevu-s4ourtllbb5t"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Current player settings",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "media_info_var": "media_info",
                                            "has_results": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "Loop is currently ${media_info.loop_status ? 'on':'off'}, and shuffle is ${media_info.shuffle_status ? 'on':'off'}.",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "uljppitd-eero-8ftp-xfvh-kxu2xzaetgam"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${!media_info.loop_status && !media_info.shuffle_status}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\RunOnceElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "installation",
                                                                    "name": null,
                                                                    "child": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "type": "default",
                                                                                "text": "Oh and by the way, you can ask me turn shuffle or loop on during audio playback.",
                                                                                "append": false,
                                                                                "alexa_domain": "normal",
                                                                                "alexa_emotion": "neutral",
                                                                                "alexa_emotion_intensity": "medium",
                                                                                "_component_id": "jrbgeca7-23vm-kq41-qxqy-ogspvjgxskxo"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "else": [],
                                                                    "_component_id": "mzv90lr0-bdec-aiok-bav9-bpb43ph6xptj"
                                                                }
                                                            }
                                                        ],
                                                        "else_if": [],
                                                        "else": [],
                                                        "_component_id": "b4d1mbe6-2ib7-qyki-jeka-uxja3mnxjazh"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "fragment_id": "4f68bba9-fee8-46b7-8fc4-d51966886904",
                                                        "_component_id": "mpnefxs9-vtul-6xr1-6ozd-yux3hdy7vb7g"
                                                    }
                                                }
                                            ],
                                            "no_results": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "Oh wow! Something weird happened and  I couldn't find any playable tracks!",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "vr2kosu9-4qcf-wxww-mb0v-jbkd9netroia"
                                                    }
                                                }
                                            ],
                                            "_component_id": "n1vkw63e-orkn-gopi-agat-oxi1hsambbno"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "test": "${first_call}",
                                            "then": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "_component_id": "0vzaz6fi-2kxv-kn1n-qar6-pkkhp51cdjbw"
                                                    }
                                                }
                                            ],
                                            "else_if": [],
                                            "else": [],
                                            "_component_id": "sigltxre-kpwh-u4rk-wiwv-8pun7ujwra8k"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayerSettingsIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "k2f1aius-kjgg-4m0i-v5f7-gypf4cifnomr"
                                                    }
                                                }
                                            ],
                                            "_component_id": "uxr62h05-tczq-6sg6-d9qf-qfws4yt7vn0q"
                                        }
                                    }
                                ],
                                "_component_id": "b9qinca5-brxl-cbcg-pr9f-jbiyygb8hhn5"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "What's playing",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "media_info_var": "media_info",
                                            "has_results": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "Currently, you're on track ${ media_info.song_no}: <break time=\"350ms\"\/>${media_info.current.songTitle}",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "euylda3x-n6yn-pwbg-jaqu-gkbqnim05vfa"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "by ${media_info.current.getArtist() &&  media_info.current.getArtist() !== ''}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "type": "default",
                                                                    "text": ", by ${media_info.current.getArtist()}.",
                                                                    "append": true,
                                                                    "alexa_domain": "normal",
                                                                    "alexa_emotion": "neutral",
                                                                    "alexa_emotion_intensity": "medium",
                                                                    "_component_id": "myuhjxaa-svzl-gfnq-plmq-jccq2m3xakqx"
                                                                }
                                                            }
                                                        ],
                                                        "else_if": [],
                                                        "else": [],
                                                        "_component_id": "xhvrjzkg-yv1g-8zyo-7qjy-29lpikirltan"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "fragment_id": "4f68bba9-fee8-46b7-8fc4-d51966886904",
                                                        "_component_id": "d8o6hbcz-iab0-dpwr-2xm1-4bxk5fkt4inu"
                                                    }
                                                }
                                            ],
                                            "no_results": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "fragment_id": "No_results_error_message",
                                                        "_component_id": "r4slsjzo-pg7z-2xgt-fgyp-wp4jvvx3zvco"
                                                    }
                                                }
                                            ],
                                            "_component_id": "azgbhn2b-acmx-3mhd-te0v-yrly1nkmyaqf"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "WhatIsPlayingIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "kkattybr-s7m8-zbly-lkyy-ejupipnqbzvi"
                                                    }
                                                }
                                            ],
                                            "_component_id": "ymvfdnn8-a9rn-vxo1-yvfu-opbg1vq08opv"
                                        }
                                    }
                                ],
                                "_component_id": "llcg5vms-knhc-uzbx-asdi-vv7hnurrgmpw"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "How many tracks are there",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "media_info_var": "media_info",
                                            "has_results": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "You're on track ${ media_info.song_no} out of total ${media_info.count}.",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "muamwb3h-j5oy-9kmh-eofm-qtk2i9rdpgho"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "_component_id": "wfw3lk6d-evw6-nyi1-arkq-cwtowg6tdebx"
                                                    }
                                                }
                                            ],
                                            "no_results": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "fragment_id": "No_results_error_message",
                                                        "_component_id": "mrqvqka0-jgel-hvru-ifiz-gls6ore5zpxm"
                                                    }
                                                }
                                            ],
                                            "_component_id": "y0utpc0j-uljs-bykr-tfgj-vimffayg4gws"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "HowManyTracksIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "ll6qhhmp-r2fw-umnf-lpbf-7tgch8beqj7y"
                                                    }
                                                }
                                            ],
                                            "_component_id": "mrlkovwf-rcfh-txvz-zjnh-loaot8vpz0er"
                                        }
                                    }
                                ],
                                "_component_id": "tbfxf8i8-6xcr-eyzq-vn5v-rhtj2efeqcey"
                            }
                        }
                    ],
                    "fallback": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                            "namespace": "convo-core",
                            "properties": {
                                "test": "${fallback_counter>0}",
                                "then": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "type": "default",
                                            "text": "Sorry, I might have wax in my ears.",
                                            "append": false,
                                            "alexa_domain": "normal",
                                            "alexa_emotion": "neutral",
                                            "alexa_emotion_intensity": "medium",
                                            "_component_id": "flnd5qat-knfc-fddx-j2rh-1qdgaj99eaod"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "type": "default",
                                            "text": "or perhaps restarting the service might do the trick.",
                                            "append": true,
                                            "alexa_domain": "normal",
                                            "alexa_emotion": "neutral",
                                            "alexa_emotion_intensity": "medium",
                                            "_component_id": "txpwhtoc-dfvw-8qrx-zllf-vkwskk2dsch1"
                                        }
                                    }
                                ],
                                "else_if": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ElseIfElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "test": "${fallback_counter == 0}",
                                            "then": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "Hmm, I can play specific tracks,<break time=\"350ms\"\/> play the last track, or <break time=\"350ms\"\/>start over. How can I help?",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "5vecmbv4-63n3-5h0g-lsde-bdlqfnb7lvwe"
                                                    }
                                                }
                                            ],
                                            "_component_id": "xa8fbck8-york-s0ew-tm5n-d5gsennalst8"
                                        }
                                    }
                                ],
                                "else": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "_component_id": "nnzjzfj2-en6t-9hxm-gkvm-qlwhr9gbifng"
                                        }
                                    }
                                ],
                                "_component_id": "4r3lbvlh-9pxp-mvhn-brdj-vyse8iwqfxf7"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                            "namespace": "convo-core",
                            "properties": {
                                "scope_type": "session",
                                "parameters": "service",
                                "properties": {
                                    "fallback_counter": "${fallback_counter+1}"
                                },
                                "_component_id": "wangie3r-urn9-tqpr-vfpw-qrs7iavz30bu"
                            }
                        }
                    ],
                    "_component_id": "mnpkpg9b-6rva-dxye-pfog-94rr1ppgniud",
                    "pre_dispatch": []
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ConversationBlock",
                "namespace": "convo-core",
                "properties": {
                    "block_id": "home",
                    "role": "conversation_block",
                    "name": "Home",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                            "namespace": "convo-core",
                            "properties": {
                                "fragment_id": "Resume_playback",
                                "_component_id": "bbm5brsv-zrwn-uas7-xdkc-ylrgm798amdo"
                            }
                        }
                    ],
                    "processors": [],
                    "fallback": [],
                    "_component_id": "37a40ea9-0420-4738-fa78-e1df83141581"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\MediaBlock",
                "namespace": "convo-core",
                "properties": {
                    "role": "media_player",
                    "block_id": "Audio_player",
                    "context_id": "search_media",
                    "media_info_var": "media_info",
                    "no_next": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "Well, I wish I could, but it seems there's no next track to play.",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "uniprad6-vk5z-mvfp-xb7o-1ldosuvspf6e"
                            }
                        }
                    ],
                    "no_previous": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "Hmm, I wish I could, but there's no previous track to play.",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "5eizbeou-rfdw-vjh9-smtu-dwnwmsct1rjp"
                            }
                        }
                    ],
                    "fallback": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "Sorry, not sure about that one.",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "iyjuvhft-s9sr-yegw-uwuu-qvht0koh6qaz"
                            }
                        }
                    ],
                    "name": "Audio player",
                    "_component_id": "oxy7v0dl-gdwk-nu1b-nssg-7erq3bawv4er",
                    "last_media_info_var": "last_media_info"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ConversationBlock",
                "namespace": "convo-core",
                "properties": {
                    "role": "service_processors",
                    "block_id": "Service_processors",
                    "name": "Service processors",
                    "elements": [],
                    "processors": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Help",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "type": "default",
                                            "text": "You can play a track by, title, author, or genre. Just say something like, \"Alexa, tell ${SERVICE_NAME} to play Bach\". <break time=\"1s\"\/>",
                                            "append": false,
                                            "alexa_domain": "normal",
                                            "alexa_emotion": "neutral",
                                            "alexa_emotion_intensity": "medium",
                                            "_component_id": "xwxqp0xl-5d8p-befp-shpk-lm5ar4vkqsbe"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "media_info_var": "media_info",
                                            "has_results": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${media_info.playing}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "test": "${media_info.song_no>1}",
                                                                    "then": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "type": "default",
                                                                                "text": "To return to the first track, simply say 'Alexa, start over'.",
                                                                                "append": false,
                                                                                "alexa_domain": "normal",
                                                                                "alexa_emotion": "neutral",
                                                                                "alexa_emotion_intensity": "medium",
                                                                                "_component_id": "xnfj8sgq-yhwp-axtz-vcit-wrheqfwycqls"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "else_if": [],
                                                                    "else": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "type": "default",
                                                                                "text": "To play the next track, simply say 'Alexa, next'.",
                                                                                "append": false,
                                                                                "alexa_domain": "normal",
                                                                                "alexa_emotion": "neutral",
                                                                                "alexa_emotion_intensity": "medium",
                                                                                "_component_id": "arc6kpbd-vjyc-jwoq-ys3p-wzudfilg5xxd"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "_component_id": "i1zyyuvr-kocb-hvsw-q1au-n8uzoyn1mvvd"
                                                                }
                                                            }
                                                        ],
                                                        "else_if": [],
                                                        "else": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "type": "default",
                                                                    "text": "To start, or resume audio playback, simply open ${SERVICE_NAME}.",
                                                                    "append": false,
                                                                    "alexa_domain": "normal",
                                                                    "alexa_emotion": "neutral",
                                                                    "alexa_emotion_intensity": "medium",
                                                                    "_component_id": "i46xbwq7-chve-y3i5-xox7-a1jwqmigcg7k"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "1k2ipv0h-xfef-cd5y-g8vl-nsk22xktechv"
                                                    }
                                                }
                                            ],
                                            "no_results": [],
                                            "_component_id": "wmkvsfhk-b2ci-ynbs-fald-237ryg7uef0m"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "_component_id": "mroe2yip-ephh-fig8-w8c8-pkeminubnyke"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "convo-core.HelpIntent",
                                                        "required_slots": "",
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "wcapud17-gwsi-hrcx-tvf3-rd5iy3axdga5"
                                                    }
                                                }
                                            ],
                                            "_component_id": "lw0iu12h-5ofa-uiq9-l3ej-hficjmfufx19"
                                        }
                                    }
                                ],
                                "_component_id": "hddmvur1-qhu3-pcyj-hgm5-pujawcxt935m"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "End",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "_component_id": "ywge2hbe-mqpe-xxof-ee33-fr8drnopln99"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "convo-core.StopIntent",
                                                        "required_slots": "",
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "f5egewys-hegh-e4qq-qfco-gfvt0gdgeodo"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "convo-core.CancelIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "pou6wzow-2xjr-sahe-bxcz-hps7onxef1ny"
                                                    }
                                                }
                                            ],
                                            "_component_id": "91jkb2iy-nib4-cush-gtku-ba340zdwtkvz"
                                        }
                                    }
                                ],
                                "_component_id": "9rjpvn6a-kimn-00tz-jqk0-dqv1ssh9nxhl"
                            }
                        }
                    ],
                    "fallback": [],
                    "_component_id": "o5t0fhwg-uima-bmqy-vvdc-rb7itc5ozb1p"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ConversationBlock",
                "namespace": "convo-core",
                "properties": {
                    "role": "error_handler",
                    "block_id": "Error_handler",
                    "name": "Error handler",
                    "pre_dispatch": [],
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "Something weird just happened with ${SERVICE_NAME}. Here's the error message: <break time=\"350ms\" \/>${error.getMessage()}",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "lxs01cb8-ttn4-vkqi-kqvb-pjnpdv21homu"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                            "namespace": "convo-core",
                            "properties": {
                                "_component_id": "zifoj0ly-ipuh-1ngt-d90z-cgmwsg5ei5qf"
                            }
                        }
                    ],
                    "processors": [],
                    "fallback": [],
                    "_component_id": "hjb606fg-ekua-v8cz-q2ih-px0aqxxonp4p"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ConversationBlock",
                "namespace": "convo-core",
                "properties": {
                    "role": "default_fallback",
                    "block_id": "Default_fallback",
                    "name": "Default fallback",
                    "pre_dispatch": [],
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "Hmm, something weird happened and I couldn't resume your playback.",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "9gpb9x56-iv4a-1ahe-1p2v-iji8xnsl3sj1"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "It might be a playlist issue, or disabling and enabling the service again might do the trick.",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "au17mfef-xxxx-1gkh-h1kd-mrmxhxnijkai"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                            "namespace": "convo-core",
                            "properties": {
                                "_component_id": "nkc1f0aw-uoww-t6xx-qwor-pq57w5n4wcer"
                            }
                        }
                    ],
                    "processors": [],
                    "fallback": [],
                    "_component_id": "0kjjpdco-dnzv-rvn2-0fgu-0sljreupxofr"
                }
            }
        ],
        "fragments": [
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "fa30741f-8a3a-456c-b4f1-f5d1a8e2e292",
                    "name": "Available player commands for Alexa",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "ALEXA INVOCATION +  AVAILABLE DURING PLAYBACK",
                                "context": null,
                                "_component_id": "y7kpk5rf-mrfm-h3of-ayge-c8gknwoqc4xd"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, tell [skill name] to play the last song\"",
                                "context": null,
                                "_component_id": "bmta5ihu-tx5r-x8md-em8e-bwdqvlltsnmw"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say, \"Alexa, ask [skill name] to play [singer_name]\"",
                                "context": null,
                                "_component_id": "aq3e8cwn-uos7-ltqb-3hfm-7jwnnehbrxfn"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say, \"Alexa, tell [skill name] to play [song_name]\"",
                                "context": null,
                                "_component_id": "obp49o0b-jfpr-fvzb-gbmd-5lw63n5naiwk"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say, \"Alexa, tell [skill name] to play [folder_name]\"",
                                "context": null,
                                "_component_id": "cmox3ehm-0vxh-s1nh-2wfz-ofnlhwxlsfdy"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say, \"Alexa, tell [skill name] to play [genre]\"",
                                "context": null,
                                "_component_id": "09lecbpg-mudn-liut-rniv-8je1md16wntw"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say, \"Alexa, tell [skill name] to play all my music\"",
                                "context": null,
                                "_component_id": "cumb4zmm-sxp0-euhl-lx3z-nqstmj2zn5mc"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, ask [skill name] what's playing\"",
                                "context": null,
                                "_component_id": "cdq94amu-1s3p-infj-rr7p-nlw0mht5torh"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, ask [skill name] how many tracks are there\"",
                                "context": null,
                                "_component_id": "4mbyxm7l-zeh5-rabe-1vn2-kerxdjahrm05"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, ask [skill name] what's the player status\"",
                                "context": null,
                                "_component_id": "tfoyr0rc-t5th-1sk9-fncr-sehbu9zrhmka"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, tell [skill name] to rewind [num] seconds\"",
                                "context": null,
                                "_component_id": "edny7hoy-ws7m-lrpf-4kbn-a1vuhoi17mbo"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, tell [skill name] to fast forward [num] seconds\"",
                                "context": null,
                                "_component_id": "7athngaa-gfmb-nuuu-sl64-ngnzsdkhtfrg"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, tell [skill name] to go [num] tracks backward\/forward\"",
                                "context": null,
                                "_component_id": "bw25dkrp-lmu7-ztxp-zyzj-bjboyehlzgv9"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, tell [skill name] to go to the track number [num]\"",
                                "context": null,
                                "_component_id": "zfy490yy-wrus-opau-owws-3e6un8cxysvb"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, tell [skill name] to play tracks\u00a0in alphabetical order\"",
                                "context": null,
                                "_component_id": "fx4pr5qt-x9om-p41u-zpsi-d41j4pqk19xf"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, tell [skill name] to play the latest tracks\u00a0first\"",
                                "context": null,
                                "_component_id": "poyuq50o-xivt-4u91-y1rd-0lvwjxt8d7he"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, ask [skill name] for help\"",
                                "context": null,
                                "_component_id": "woj9fomi-nl7y-opfj-mxus-fcgvf9ce0pcx"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "COMMANDS AVAILABLE ONLY DURING AUDIO PLABACK",
                                "context": null,
                                "_component_id": "x4kqlfid-upy7-jkmt-jvkq-oydujqis55b7"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, start over\" to return to the first track",
                                "context": null,
                                "_component_id": "4ghfbohv-pv06-rbci-wwht-yefwcwuhizhk"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, next\" for the next track",
                                "context": null,
                                "_component_id": "biylbd3q-dhrw-5rqd-snxq-1bigdiqrivvt"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, previous\" for the previous track",
                                "context": null,
                                "_component_id": "xsmv3bvi-cyee-i0wu-xdoo-tsudbkqd5ht7"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, resume\".",
                                "context": null,
                                "_component_id": "hh3n0gp1-uoqj-nozs-5qy9-4cqfpx1nyyzo"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, pause\".",
                                "context": null,
                                "_component_id": "fwdhwwnk-srdx-b9cn-fxnm-hel9kznec0qb"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, repeat\"",
                                "context": null,
                                "_component_id": "ziwsmrjw-ft6s-gwc3-yuw3-ykakerrqap8z"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, shuffle on\" to turn on shuffle",
                                "context": null,
                                "_component_id": "rfvvclqa-8t4v-joaw-oeiw-u3vbny0jpoko"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, shuffle off\" to turn off shuffle",
                                "context": null,
                                "_component_id": "nfs4a32b-b9ot-34iu-5i6h-ly3m2ys3q3ge"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, loop on\".",
                                "context": null,
                                "_component_id": "eboea9az-zwes-uieb-12xf-78cubcf3jpio"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "You can say \"Alexa, loop off\".",
                                "context": null,
                                "_component_id": "9kul4hox-hvug-kg0y-nndb-tmmmvguvv4dd"
                            }
                        }
                    ],
                    "_component_id": "ff8475eb-5839-4e47-ba30-20be94605786"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Check_for_existing_search",
                    "name": "Check for existing search",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                            "namespace": "convo-core",
                            "properties": {
                                "test": "${search}",
                                "then": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "media_info_var": "media_info",
                                            "has_results": [],
                                            "no_results": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "comment": "Previous search now returns no results and should be reset",
                                                        "context": null,
                                                        "_component_id": "7ypxvzom-rwmr-sqqz-zz4w-tspowpl6r0im"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "installation",
                                                        "properties": {
                                                            "search": "",
                                                            "search_folder": ""
                                                        },
                                                        "_component_id": "qalwrwvy-ddf5-vron-4n3s-jpbfc75evqbt",
                                                        "parameters": "service"
                                                    }
                                                }
                                            ],
                                            "_component_id": "8yunaqhy-fgpn-yfci-f1gp-ea1egmadgnhd"
                                        }
                                    }
                                ],
                                "else_if": [],
                                "else": [],
                                "_component_id": "jgalbviz-yzng-cas9-zgas-faofdanztd8v"
                            }
                        }
                    ],
                    "_component_id": "pennh170-6ifn-crme-sevg-tvjd3zdcrew2"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Playing_track_number_message",
                    "name": "Playing track number message",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\RunOnceElement",
                            "namespace": "convo-core",
                            "properties": {
                                "scope_type": "session",
                                "name": null,
                                "child": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "type": "default",
                                            "text": "Playing track number ${track_no}.",
                                            "append": false,
                                            "alexa_domain": "normal",
                                            "alexa_emotion": "neutral",
                                            "alexa_emotion_intensity": "medium",
                                            "_component_id": "p5noclc8-f2g6-5aiq-arrk-gxvd2t2yknkk"
                                        }
                                    }
                                ],
                                "else": [],
                                "_component_id": "ghs7s5dh-448g-zu1d-rkni-pwlyxkakok7s"
                            }
                        }
                    ],
                    "_component_id": "9sz6d8oj-uhkj-ncdy-cvkx-855rbdyfm5ik"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Resume_playback",
                    "name": "Resume playing",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                            "namespace": "convo-core",
                            "properties": {
                                "fragment_id": "Check_for_existing_search",
                                "_component_id": "9lb6eiyo-hrie-sxgf-o1sm-s891gcxssqyp"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\RunOnceElement",
                            "namespace": "convo-core",
                            "properties": {
                                "scope_type": "installation",
                                "name": "Playing the first song",
                                "child": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "comment": "First track message",
                                            "context": null,
                                            "_component_id": "j5lud1f4-fwty-octc-irk7-seqr5x3irbyj"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "test": "${last_media_info.last && last_media_info.first}",
                                            "then": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "comment": "Only track - search cleanup in case of an error",
                                                        "context": null,
                                                        "_component_id": "9gqjooar-xpjg-94pr-dyqk-pdzeglflemfb"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "installation",
                                                        "properties": {
                                                            "search": "",
                                                            "search_folder": ""
                                                        },
                                                        "_component_id": "jimsvrin-hnmp-lcta-yems-rqgujt0lrotb",
                                                        "parameters": "service"
                                                    }
                                                }
                                            ],
                                            "else_if": [],
                                            "else": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "Starting the first track.",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "tjbqppvs-bppl-22xq-njfk-8yfnglmmcski"
                                                    }
                                                }
                                            ],
                                            "_component_id": "sksk7oet-lqoj-xzq1-dxak-epa27soaso1d"
                                        }
                                    }
                                ],
                                "else": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "test": "${last_media_info.last && !last_media_info.first}",
                                            "then": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "comment": "Last track message",
                                                        "context": null,
                                                        "_component_id": "nh1sgvvk-jgev-gke7-h5bm-g5c8qgcm9tu8"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${search}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "type": "default",
                                                                    "text": "Playing the last ${last_media_info.current.artist} track.",
                                                                    "append": false,
                                                                    "alexa_domain": "normal",
                                                                    "alexa_emotion": "neutral",
                                                                    "alexa_emotion_intensity": "medium",
                                                                    "_component_id": "vsyv1nxz-kn9i-pdyz-gkyz-cou8vjqvmurp"
                                                                }
                                                            }
                                                        ],
                                                        "else_if": [],
                                                        "else": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "type": "default",
                                                                    "text": "Playing the last track.",
                                                                    "append": false,
                                                                    "alexa_domain": "normal",
                                                                    "alexa_emotion": "neutral",
                                                                    "alexa_emotion_intensity": "medium",
                                                                    "_component_id": "18k64vwl-jvfs-y7on-kqvl-ubfgfhhjadnf"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "vzkmgacd-fxug-xfao-jb74-wemjj6hxmpnh"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "installation",
                                                        "properties": {
                                                            "search": "",
                                                            "search_folder": ""
                                                        },
                                                        "_component_id": "lvq2wdlo-da4o-rrgi-afmg-xlmwxwj3ol0y",
                                                        "parameters": "service"
                                                    }
                                                }
                                            ],
                                            "else_if": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ElseIfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${last_media_info.last && last_media_info.first}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "comment": "Only track - search cleanup in case of an error",
                                                                    "context": null,
                                                                    "_component_id": "hw1nga6d-alhb-qgke-sdz7-lt0sxdqhh2wa"
                                                                }
                                                            },
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "installation",
                                                                    "properties": {
                                                                        "search": "",
                                                                        "search_folder": ""
                                                                    },
                                                                    "_component_id": "vgf58kic-cgzk-pvsg-qkfu-6dzu5uzhexk0",
                                                                    "parameters": "service"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "cqe1djct-fu9y-ywes-rlus-ygi0ev5iradl"
                                                    }
                                                }
                                            ],
                                            "else": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "comment": "Neither the first nor last - continuation  message",
                                                        "context": null,
                                                        "_component_id": "xclap7yc-lhvx-uazq-iaxk-7skc1wzlbfcg"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\RunOnceElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "installation",
                                                        "name": "Continuing from where you left off",
                                                        "child": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "type": "default",
                                                                    "text": "Continuing from where you left off.",
                                                                    "append": false,
                                                                    "alexa_domain": "normal",
                                                                    "alexa_emotion": "neutral",
                                                                    "alexa_emotion_intensity": "medium",
                                                                    "_component_id": "h6o033gx-eoym-eh05-npqa-3lttfmwcmzxj"
                                                                }
                                                            }
                                                        ],
                                                        "else": [],
                                                        "_component_id": "jqr7ajqi-jeuv-b5a4-wrru-bwmhtmzulnsk"
                                                    }
                                                }
                                            ],
                                            "_component_id": "rmcxbxtv-izhc-byp3-zs2e-cxvl4xpeb5uv"
                                        }
                                    }
                                ],
                                "_component_id": "v1i45qjv-5jga-zbqm-oe76-bpjqnilhx2tt"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                            "namespace": "convo-core",
                            "properties": {
                                "fragment_id": "Handle_resume",
                                "_component_id": "kwra71xy-jsvq-d2to-56ha-flbrzygy22kz"
                            }
                        }
                    ],
                    "_component_id": "aaugn2la-xhai-weob-znxk-ynt7jidfc9xp"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "4f68bba9-fee8-46b7-8fc4-d51966886904",
                    "name": "Resume playing - no text output",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                            "namespace": "convo-core",
                            "properties": {
                                "fragment_id": "Check_for_existing_search",
                                "_component_id": "9lb6eiyo-hrie-sxgf-o1sm-s891gcxssqyp"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                            "namespace": "convo-core",
                            "properties": {
                                "fragment_id": "Handle_resume",
                                "_component_id": "kwra71xy-jsvq-d2to-56ha-flbrzygy22kz"
                            }
                        }
                    ],
                    "_component_id": "57395d2e-2969-48f4-a3c9-8327f80c8237"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Handle_search_results",
                    "name": "Handle search results",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                            "namespace": "convo-core",
                            "properties": {
                                "context_id": "search_media",
                                "media_info_var": "media_info",
                                "has_results": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "test": "${search && result.Song}",
                                            "then": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "comment": "Resume playing other tracks, after the searched for track",
                                                        "context": null,
                                                        "_component_id": "bfzgq8ts-ltim-ptot-duy5-dmrt07iqp2ku"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "request",
                                                        "parameters": "service",
                                                        "properties": {
                                                            "search_term": "${search}"
                                                        },
                                                        "_component_id": "w9weknyk-p2xs-vlgw-0upi-2xatztmlhxwp"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "installation",
                                                        "properties": {
                                                            "search": ""
                                                        },
                                                        "_component_id": "afyw85mv-hhyh-gjez-e6qs-jceuzqut00zm",
                                                        "parameters": "service"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SeekAudioPlaybackBySearch",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "context_id": "search_media",
                                                        "search_term": "${search_term}",
                                                        "media_info_var": "media_info",
                                                        "fallback": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "fragment_id": "No_results_error_message",
                                                                    "_component_id": "6avhwfsu-idty-hi6o-9khx-pvvcfo23olwf"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "0rkr3xxe-kpsa-gzud-ggjx-9xj3baohbhf7"
                                                    }
                                                }
                                            ],
                                            "else_if": [],
                                            "else": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\StartAudioPlayback",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "context_id": "search_media",
                                                        "media_info_var": "media_info",
                                                        "failback": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "fragment_id": "No_results_error_message",
                                                                    "_component_id": "hf8i8xj0-cby6-nncw-vd0p-3wbtp9ctdzir"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "4y9dxdvg-rzws-kyvt-qmrp-tycqqpudzoz0",
                                                        "play_index": "${0}"
                                                    }
                                                }
                                            ],
                                            "_component_id": "qhkmhfhp-wrx8-ghze-r8a2-mrplvgtdbhnt"
                                        }
                                    }
                                ],
                                "no_results": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "test": "${search}",
                                            "then": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "Hmm, I couldn't find ${search} in your audio files.",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "j5fvwe06-5pme-lqwy-pwga-sa0wyo6whpdk"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${last_media_info.current.songTitle}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "type": "default",
                                                                    "text": "But I hear ${last_media_info.current.songTitle}",
                                                                    "append": false,
                                                                    "alexa_domain": "normal",
                                                                    "alexa_emotion": "neutral",
                                                                    "alexa_emotion_intensity": "medium",
                                                                    "_component_id": "cua2snv6-w9x2-9e8r-76p9-k9w1vruyhyli"
                                                                }
                                                            },
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "test": "${last_media_info.current.artist}",
                                                                    "then": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "type": "default",
                                                                                "text": ", by ${last_media_info.current.artist}",
                                                                                "append": true,
                                                                                "alexa_domain": "normal",
                                                                                "alexa_emotion": "neutral",
                                                                                "alexa_emotion_intensity": "medium",
                                                                                "_component_id": "r8wkh8u8-r5bx-jtnc-tybk-juve6uc0rsxl"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "else_if": [],
                                                                    "else": [],
                                                                    "_component_id": "xpbyzryb-vkxv-vxdc-ukua-gmknflhum0c8"
                                                                }
                                                            },
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "type": "default",
                                                                    "text": "is pretty dope.",
                                                                    "append": true,
                                                                    "alexa_domain": "normal",
                                                                    "alexa_emotion": "neutral",
                                                                    "alexa_emotion_intensity": "medium",
                                                                    "_component_id": "zgriahq3-stxj-ehoh-eyd4-x6sy2veb4eiu"
                                                                }
                                                            },
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "installation",
                                                                    "properties": {
                                                                        "search": "",
                                                                        "search_folder": ""
                                                                    },
                                                                    "_component_id": "wqbbpaud-5e1q-ldto-ypm8-bwazcjjwdfeg",
                                                                    "parameters": "service"
                                                                }
                                                            },
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SeekAudioPlaybackBySearch",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "context_id": "search_media",
                                                                    "search_term": "${last_media_info.current.songTitle}",
                                                                    "media_info_var": "media_info",
                                                                    "fallback": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "fragment_id": "No_results_error_message",
                                                                                "_component_id": "ytzfe0vx-kg0s-dnps-q7ad-efhplui2ofne"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "_component_id": "p4f0qdyj-vcbd-wjz5-cbot-tosttktw9la7"
                                                                }
                                                            }
                                                        ],
                                                        "else_if": [],
                                                        "else": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "installation",
                                                                    "properties": {
                                                                        "search": "",
                                                                        "search_folder": ""
                                                                    },
                                                                    "_component_id": "ehdjkhlx-omvr-p4xj-krki-3x9krbnbahch",
                                                                    "parameters": "service"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "bp66wscu-s5r8-5edu-1qd1-xue04i4hygyj"
                                                    }
                                                }
                                            ],
                                            "else_if": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ElseIfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${search_folders}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "type": "default",
                                                                    "text": "Hmm, I couldn't find a playlist folder called ${search_folders}.",
                                                                    "append": false,
                                                                    "alexa_domain": "normal",
                                                                    "alexa_emotion": "neutral",
                                                                    "alexa_emotion_intensity": "medium",
                                                                    "_component_id": "uyvmywjc-u9ng-i3d8-89gh-mdbsmy06jnjk"
                                                                }
                                                            },
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "installation",
                                                                    "properties": {
                                                                        "search": "",
                                                                        "search_folder": ""
                                                                    },
                                                                    "_component_id": "konzbdph-qlnl-coyq-khbj-oecf0kltouks",
                                                                    "parameters": "service"
                                                                }
                                                            },
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "test": "${last_media_info.current.songTitle}",
                                                                    "then": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\SeekAudioPlaybackBySearch",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "context_id": "search_media",
                                                                                "search_term": "${last_media_info.current.songTitle}",
                                                                                "media_info_var": "media_info",
                                                                                "fallback": [
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "fragment_id": "No_results_error_message",
                                                                                            "_component_id": "wlw6rvbi-q49f-sas7-3lr0-7p5gjjoxfgil"
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "_component_id": "qvuyzk2d-i1yx-dnu2-zqyy-yze3mahh6pee"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "else_if": [],
                                                                    "else": [],
                                                                    "_component_id": "bkp9kefk-cayr-dytl-wgxy-g4hmivxmjoss"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "lnsjudx3-rwdo-s4gd-jcf9-lkjnoh4cy3ia"
                                                    }
                                                }
                                            ],
                                            "else": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "Hmm,  I couldn't find anything like that in your  folders!",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "fatwkawp-gxzn-5lpy-hpmd-t26jo7qhncsi"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "installation",
                                                        "properties": {
                                                            "search": "",
                                                            "search_folder": ""
                                                        },
                                                        "_component_id": "ucvtggaq-2rie-71lk-w9tz-rngqlxtrwwxi",
                                                        "parameters": "service"
                                                    }
                                                }
                                            ],
                                            "_component_id": "nr6ms085-cmla-ikzw-wyb5-v333d25qih0m"
                                        }
                                    }
                                ],
                                "_component_id": "lipwbnuq-gwsk-fkd1-is4d-hvtwkixuvkv6"
                            }
                        }
                    ],
                    "_component_id": "oz86tyxn-3jeu-mo73-0lwj-c41rjdhl7d4u"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Handle_resume",
                    "name": "Handle resume",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                            "namespace": "convo-core",
                            "properties": {
                                "scope_type": "request",
                                "parameters": "service",
                                "properties": {
                                    "track_index": "${0}"
                                },
                                "_component_id": "mq8dsza3-ennh-eouw-jyzw-yufgftgixr42"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                            "namespace": "convo-core",
                            "properties": {
                                "test": "${last_media_info.song_no > 1}",
                                "then": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "scope_type": "request",
                                            "parameters": "service",
                                            "properties": {
                                                "track_index": "${last_media_info.song_no -1}"
                                            },
                                            "_component_id": "wmbytyey-rvsh-kimu-mlt0-o4o727svpamd"
                                        }
                                    }
                                ],
                                "else_if": [],
                                "else": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "scope_type": "request",
                                            "parameters": "service",
                                            "properties": {
                                                "track_index": "${0}"
                                            },
                                            "_component_id": "d9wczne4-zgzg-u2wr-dls5-qmgycpu21q8e"
                                        }
                                    }
                                ],
                                "_component_id": "qjtnc0gy-aauy-y5gp-6ih6-dfvicwleozat"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                            "namespace": "convo-core",
                            "properties": {
                                "comment": "Continue from the last track, not track index",
                                "context": null,
                                "_component_id": "j4gdlhjj-j1hu-dtwd-43lv-stsvp486zbqi"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\SeekAudioPlaybackBySearch",
                            "namespace": "convo-core",
                            "properties": {
                                "context_id": "search_media",
                                "search_term": "${last_media_info.current.songTitle}",
                                "media_info_var": "media_info",
                                "fallback": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "comment": "If this doesn't work, continue from the last index",
                                            "context": null,
                                            "_component_id": "onafwinn-zyzs-s1ka-be5j-z1qwmufijgpl"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\StartAudioPlayback",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "play_index": "${track_index}",
                                            "media_info_var": "media_info",
                                            "failback": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\StartAudioPlayback",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "context_id": "search_media",
                                                        "play_index": "${0}",
                                                        "media_info_var": "media_info",
                                                        "failback": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "fragment_id": "No_results_error_message",
                                                                    "_component_id": "wm36f557-bqwg-x32u-c4j1-udpo5slbocgl"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "sifwmeyg-47ma-ohgb-egw0-5jbvq5gnyece"
                                                    }
                                                }
                                            ],
                                            "_component_id": "vy01dmcc-dtqi-rpe6-ngll-qstqccqxhzwq"
                                        }
                                    }
                                ],
                                "_component_id": "xg0yr0mu-dp7a-c3ey-pv2n-anzu9ifjmv6t"
                            }
                        }
                    ],
                    "_component_id": "emcvgccs-irhz-qf6z-0yci-tvucwscphupu"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "No_results_error_message",
                    "name": "Error message - no results, try disabling the service",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "Whaddaya know! Something happened, and I can't play any tracks! You can try disabling the service and enabling it again.",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "jwhefsvv-4tkh-uvuq-gsrw-uodossowtf6u"
                            }
                        }
                    ],
                    "_component_id": "ykqywnt8-88ns-lrny-8zv1-ky0hyymnmgml"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Error_message_something_happened",
                    "name": "Error message - can't play that track",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "Hmm, something happened and I can't play that track.",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "inreq18c-mx3m-hsdu-lhws-nx9pqshtrzmd"
                            }
                        }
                    ],
                    "_component_id": "u2s5pdrt-h6ps-udvu-6xlj-lb0ed05lnv41"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Elements\\ElementsFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Error_message_something_weird_happened",
                    "name": "Error message - can't play any tracks",
                    "elements": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                            "namespace": "convo-core",
                            "properties": {
                                "type": "default",
                                "text": "Sorry, something weird happened and I can't play any tracks.",
                                "append": false,
                                "alexa_domain": "normal",
                                "alexa_emotion": "neutral",
                                "alexa_emotion_intensity": "medium",
                                "_component_id": "7jhckip6-33w4-6dqz-n2we-pgqd3jfjrttl"
                            }
                        }
                    ],
                    "_component_id": "gpwrfcc0-zdul-pcsc-zws9-r045tqzlsuho"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Processors\\ProcessorFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Handle_search_requests",
                    "name": "Handle play requests",
                    "processors": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Go to Song by Number, Position",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "test": "${result.SongPosition}",
                                            "then": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "context_id": "search_media",
                                                        "media_info_var": "media_info",
                                                        "has_results": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "request",
                                                                    "parameters": "service",
                                                                    "properties": {
                                                                        "track_no": "${result.SongPosition}"
                                                                    },
                                                                    "_component_id": "rjeh7vfp-oeql-0okm-vx0o-i11gzz6rklsr"
                                                                }
                                                            },
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "test": "${track_no>media_info.count}",
                                                                    "then": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "comment": "The number outnumbers total tracks",
                                                                                "context": null,
                                                                                "_component_id": "llcznxrb-jsyg-pvfo-fibp-gh1vmhsvgxs8"
                                                                            }
                                                                        },
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "type": "default",
                                                                                "text": "Hmm, can't play track ${track_no}. We have ${media_info.count} in total. And I hear track ${media_info.count} is pretty dope.",
                                                                                "append": false,
                                                                                "alexa_domain": "normal",
                                                                                "alexa_emotion": "neutral",
                                                                                "alexa_emotion_intensity": "medium",
                                                                                "_component_id": "etb22he3-jf2o-p3rl-exnb-umr0p7v0sk9h"
                                                                            }
                                                                        },
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "_component_id": "xut6s6t5-9tsd-rfll-am9y-3bcogrnj4e7q"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "else_if": [],
                                                                    "else": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "fragment_id": "Playing_track_number_message",
                                                                                "_component_id": "vsxoxlqs-aktb-u8pd-7prc-sq1pea1tnrdu"
                                                                            }
                                                                        },
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\StartAudioPlayback",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "context_id": "search_media",
                                                                                "play_index": "${result.SongPosition - 1}",
                                                                                "media_info_var": "media_info",
                                                                                "failback": [
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "fragment_id": "Error_message_something_happened",
                                                                                            "_component_id": "5prmonkb-yqwe-s2q6-067h-kgxjk41up5or"
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "_component_id": "t5my5wpz-urrl-jqef-qlj2-6oewomtpcf6x",
                                                                                "mode": "play_from_beginning"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "_component_id": "c2z8gu6y-cgd8-hsko-wbwq-fes11jbrdws7"
                                                                }
                                                            }
                                                        ],
                                                        "no_results": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "fragment_id": "Error_message_something_weird_happened",
                                                                    "_component_id": "j5clor0t-nd5y-3nss-qoem-9e7jcsfcrvjz"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "jcfei4s7-tm7c-rzid-typm-zzk6mmbqunsb"
                                                    }
                                                }
                                            ],
                                            "else_if": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ElseIfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${result.NumberOfSongs}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "test": "${result.PlaybackDirection === 'backward'}",
                                                                    "then": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "context_id": "search_media",
                                                                                "media_info_var": "media_info",
                                                                                "has_results": [
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "scope_type": "request",
                                                                                            "parameters": "service",
                                                                                            "properties": {
                                                                                                "track_no": "${media_info.song_no - result.NumberOfSongs}"
                                                                                            },
                                                                                            "_component_id": "smlotfey-axfx-ljev-d0ve-sxueg05qywbl"
                                                                                        }
                                                                                    },
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "test": "${track_no < 0}",
                                                                                            "then": [
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "comment": "Trying to go too far back",
                                                                                                        "context": null,
                                                                                                        "_component_id": "8lvji5nb-x8i0-mquo-pk9p-fhs3gncsk8o2"
                                                                                                    }
                                                                                                },
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "type": "default",
                                                                                                        "text": "Hmm, can't go that far back. You're on track number ${media_info.song_no}.",
                                                                                                        "append": false,
                                                                                                        "alexa_domain": "normal",
                                                                                                        "alexa_emotion": "neutral",
                                                                                                        "alexa_emotion_intensity": "medium",
                                                                                                        "_component_id": "xw4lrb6p-ynmr-ccmz-ziyp-8iyxwqe6q0xj"
                                                                                                    }
                                                                                                },
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "_component_id": "cowmroyb-sqnv-a7qf-7nhb-thpfpsjcsryo"
                                                                                                    }
                                                                                                }
                                                                                            ],
                                                                                            "else_if": [],
                                                                                            "else": [
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "fragment_id": "Playing_track_number_message",
                                                                                                        "_component_id": "4hpe9yy2-ubv6-ygkz-0qft-zvh3zh2lh6tt"
                                                                                                    }
                                                                                                },
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\StartAudioPlayback",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "context_id": "search_media",
                                                                                                        "play_index": "${media_info.song_no - result.NumberOfSongs}",
                                                                                                        "media_info_var": "media_info",
                                                                                                        "failback": [
                                                                                                            {
                                                                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                                                "namespace": "convo-core",
                                                                                                                "properties": {
                                                                                                                    "fragment_id": "Error_message_something_happened",
                                                                                                                    "_component_id": "ohpc0uwc-zgji-ds99-b9tt-a6v2uki1ajuq"
                                                                                                                }
                                                                                                            }
                                                                                                        ],
                                                                                                        "_component_id": "14ttas4g-2lhu-ad64-sjnk-xi5y24ueoje3",
                                                                                                        "mode": "play_from_beginning"
                                                                                                    }
                                                                                                }
                                                                                            ],
                                                                                            "_component_id": "5jnvmg6n-mzop-i88g-mqt1-vy4ex27k6ti5"
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "no_results": [
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "fragment_id": "Error_message_something_weird_happened",
                                                                                            "_component_id": "smaqgy2g-bihd-xhxh-wz12-orieugiv75cf"
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "_component_id": "qzsmx62f-itxz-dgjs-ytvd-bkpjtvxfv1ay"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "else_if": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\ElseIfElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "test": "${result.PlaybackDirection === 'forward'}",
                                                                                "then": [
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "context_id": "search_media",
                                                                                            "media_info_var": "media_info",
                                                                                            "has_results": [
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "scope_type": "request",
                                                                                                        "parameters": "service",
                                                                                                        "properties": {
                                                                                                            "track_no": "${media_info.song_no + result.NumberOfSongs}"
                                                                                                        },
                                                                                                        "_component_id": "ahkstsr3-zv4t-nh9s-mvoq-wcj592hytcvi"
                                                                                                    }
                                                                                                },
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "test": "${track_no>media_info.count}",
                                                                                                        "then": [
                                                                                                            {
                                                                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                                                                "namespace": "convo-core",
                                                                                                                "properties": {
                                                                                                                    "type": "default",
                                                                                                                    "text": "Hmm, can't go that much forward. Not enough tracks.",
                                                                                                                    "append": false,
                                                                                                                    "alexa_domain": "normal",
                                                                                                                    "alexa_emotion": "neutral",
                                                                                                                    "alexa_emotion_intensity": "medium",
                                                                                                                    "_component_id": "2jhoksfj-i9iw-8tqb-soy3-39jpytzchocs"
                                                                                                                }
                                                                                                            },
                                                                                                            {
                                                                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                                                                                                "namespace": "convo-core",
                                                                                                                "properties": {
                                                                                                                    "_component_id": "uk52kc3i-rclt-fejg-zksi-atticxd3x6y9"
                                                                                                                }
                                                                                                            }
                                                                                                        ],
                                                                                                        "else_if": [],
                                                                                                        "else": [
                                                                                                            {
                                                                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                                                "namespace": "convo-core",
                                                                                                                "properties": {
                                                                                                                    "fragment_id": "Playing_track_number_message",
                                                                                                                    "_component_id": "697ia4oq-jdxn-bex8-jige-peinrx8kywez"
                                                                                                                }
                                                                                                            },
                                                                                                            {
                                                                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\StartAudioPlayback",
                                                                                                                "namespace": "convo-core",
                                                                                                                "properties": {
                                                                                                                    "context_id": "search_media",
                                                                                                                    "play_index": "${media_info.song_no + result.NumberOfSongs}",
                                                                                                                    "media_info_var": "media_info",
                                                                                                                    "failback": [
                                                                                                                        {
                                                                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                                                            "namespace": "convo-core",
                                                                                                                            "properties": {
                                                                                                                                "fragment_id": "Error_message_something_happened",
                                                                                                                                "_component_id": "bjuw6stx-lm2o-4amt-cy1q-oznkdv453ez2"
                                                                                                                            }
                                                                                                                        }
                                                                                                                    ],
                                                                                                                    "_component_id": "tzlpryon-o8uj-5x3t-nx4t-mzfsadhryrfk",
                                                                                                                    "mode": "play_from_beginning"
                                                                                                                }
                                                                                                            }
                                                                                                        ],
                                                                                                        "_component_id": "zvjwkqh2-pwhr-0ulw-aus7-w4myrkq6njfe"
                                                                                                    }
                                                                                                }
                                                                                            ],
                                                                                            "no_results": [
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "fragment_id": "Error_message_something_weird_happened",
                                                                                                        "_component_id": "ocjucqsa-qbh8-yh3d-euy7-vbghs6cj0rd1"
                                                                                                    }
                                                                                                }
                                                                                            ],
                                                                                            "_component_id": "lo664nae-h4pc-wxcn-2f3z-qild1bakbioy"
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "_component_id": "xqm0ifuh-makp-nswc-fdvo-f0spjag4iw1o"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "else": [
                                                                        {
                                                                            "class": "\\Convo\\Pckg\\Core\\Elements\\MediaInfoElement",
                                                                            "namespace": "convo-core",
                                                                            "properties": {
                                                                                "context_id": "search_media",
                                                                                "media_info_var": "media_info",
                                                                                "has_results": [
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "scope_type": "request",
                                                                                            "parameters": "service",
                                                                                            "properties": {
                                                                                                "track_no": "${media_info.song_no + result.NumberOfSongs}"
                                                                                            },
                                                                                            "_component_id": "vx3oybrr-f3gb-1xyy-jxxg-roleyfqpptph"
                                                                                        }
                                                                                    },
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "test": "${track_no>media_info.count}",
                                                                                            "then": [
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "type": "default",
                                                                                                        "text": "Hmm, can't skip that much ahead. Not enough tracks.",
                                                                                                        "append": false,
                                                                                                        "alexa_domain": "normal",
                                                                                                        "alexa_emotion": "neutral",
                                                                                                        "alexa_emotion_intensity": "medium",
                                                                                                        "_component_id": "z9dvclh1-zjne-rfrx-o0lm-qpmihc5iplqj"
                                                                                                    }
                                                                                                },
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\EndSessionElement",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "_component_id": "pptnfrtl-l4np-qwjj-1rlf-oct0l3wiikh9"
                                                                                                    }
                                                                                                }
                                                                                            ],
                                                                                            "else_if": [],
                                                                                            "else": [
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "fragment_id": "Playing_track_number_message",
                                                                                                        "_component_id": "meuxjpzv-lvrg-rznj-qa9c-6wv3mdjbdjxx"
                                                                                                    }
                                                                                                },
                                                                                                {
                                                                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\StartAudioPlayback",
                                                                                                    "namespace": "convo-core",
                                                                                                    "properties": {
                                                                                                        "context_id": "search_media",
                                                                                                        "play_index": "${media_info.song_no + result.NumberOfSongs}",
                                                                                                        "media_info_var": "media_info",
                                                                                                        "failback": [
                                                                                                            {
                                                                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                                                "namespace": "convo-core",
                                                                                                                "properties": {
                                                                                                                    "fragment_id": "Error_message_something_happened",
                                                                                                                    "_component_id": "rh3punr1-9g2z-dejt-kh0t-z7rcsrh8lzqx"
                                                                                                                }
                                                                                                            }
                                                                                                        ],
                                                                                                        "_component_id": "v5f5ayvi-wmyg-poot-vytj-vagsyvskjjzq",
                                                                                                        "mode": "play_from_beginning"
                                                                                                    }
                                                                                                }
                                                                                            ],
                                                                                            "_component_id": "gr2hqj3w-czkc-0knq-wf4h-bmljqnz1fmmp"
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "no_results": [
                                                                                    {
                                                                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                                                        "namespace": "convo-core",
                                                                                        "properties": {
                                                                                            "fragment_id": "Error_message_something_weird_happened",
                                                                                            "_component_id": "6nzbkfzx-qjel-uivn-5m8u-y8vwl8ujm8vs"
                                                                                        }
                                                                                    }
                                                                                ],
                                                                                "_component_id": "6nprmmnm-i5gz-lups-3qhv-ipcvkngqubx8"
                                                                            }
                                                                        }
                                                                    ],
                                                                    "_component_id": "qmupujwg-rnqd-u2iz-vdsz-gxqqtdo7g8er"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "mtxdluwc-ibfp-9u7z-xcco-art6ocbhiwad"
                                                    }
                                                }
                                            ],
                                            "else": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "type": "default",
                                                        "text": "Sorry, something weird happened and I can't find any tracks to play.",
                                                        "append": false,
                                                        "alexa_domain": "normal",
                                                        "alexa_emotion": "neutral",
                                                        "alexa_emotion_intensity": "medium",
                                                        "_component_id": "lemwn1g1-ksvp-euzi-enq7-xint2wtanmmc"
                                                    }
                                                }
                                            ],
                                            "_component_id": "ia6bceye-br2i-zdzo-gnqu-sas6qfuqs9qz"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "GoToTrackNumberIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "k4hhvfin-ulki-52b3-xbtm-nragu3sumtir"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "TracksBackwardForwardIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "jupt1mre-nlko-vknh-9scu-rc2rsljwbj1r"
                                                    }
                                                }
                                            ],
                                            "_component_id": "siqmw7vf-ymuh-xrcb-1k5l-2r4du9s27dxz"
                                        }
                                    }
                                ],
                                "_component_id": "el3lpsja-n5jh-wb31-oo4j-d1koz6tgqhgi"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Search songs",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "comment": "Transfer Intent to search string we can use",
                                            "context": null,
                                            "_component_id": "5tptobdj-8dwc-jnjk-smwz-osshru1zfhme"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\IfElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "test": "${result.Song}",
                                            "then": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\CommentElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "comment": "Get raw value",
                                                        "context": null,
                                                        "_component_id": "j3kxnpup-h8ou-utm9-falo-6zro90woavgg"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "installation",
                                                        "properties": {
                                                            "search": "${result._Song.value}",
                                                            "search_folder": ""
                                                        },
                                                        "_component_id": "wcp3f00w-f1bx-r4u9-rpgh-tj3sartdizkc",
                                                        "parameters": "service"
                                                    }
                                                }
                                            ],
                                            "else_if": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ElseIfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${result.Artist}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "installation",
                                                                    "properties": {
                                                                        "search": "${result.Artist}",
                                                                        "search_folder": "${result.Artist}"
                                                                    },
                                                                    "_component_id": "miec5suc-ncfa-d3rn-0fql-rgvaha3wdmyy",
                                                                    "parameters": "service"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "rmoyn3l8-fv9g-t4r0-xe9x-m8bgmfeaxahp"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ElseIfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${result.Genre}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "installation",
                                                                    "properties": {
                                                                        "search": "${result.Genre}",
                                                                        "search_folder": "${result.Genre}"
                                                                    },
                                                                    "_component_id": "skj7zeqs-xvwy-hqm5-cscz-62ike4s4hxa9",
                                                                    "parameters": "service"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "4oqs1gx6-ihpl-omn2-cem0-iqjttk7toxpc"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ElseIfElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "test": "${result.Playlist}",
                                                        "then": [
                                                            {
                                                                "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                                "namespace": "convo-core",
                                                                "properties": {
                                                                    "scope_type": "installation",
                                                                    "properties": {
                                                                        "search": "${result.Playlist}",
                                                                        "search_folder": "${result.Playlist}"
                                                                    },
                                                                    "_component_id": "bwhzzruv-ix53-7o4p-hmh9-d52puu3clw8b",
                                                                    "parameters": "service"
                                                                }
                                                            }
                                                        ],
                                                        "_component_id": "79rkunci-xteu-kwm0-wufq-nzstpcwye6bh"
                                                    }
                                                }
                                            ],
                                            "else": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "scope_type": "installation",
                                                        "properties": {
                                                            "search": "",
                                                            "search_folder": ""
                                                        },
                                                        "_component_id": "xpgqmnrk-1sir-by0v-gxax-cwdsysyfo2bl",
                                                        "parameters": "service"
                                                    }
                                                }
                                            ],
                                            "_component_id": "ugdccasq-sp5c-z1et-ebfc-yqhwstzytjur"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "fragment_id": "Handle_search_results",
                                            "_component_id": "ntbhe4as-qwfj-hibl-il9f-3iiernhwdkzy"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayTrackIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "kfernhs4-w31l-5ts2-phm7-1gicqwhsqem0"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayTrackIntent",
                                                        "required_slots": [
                                                            "Genre"
                                                        ],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "vtbwzz17-xohc-k7m9-k8ai-b9yhgxbilvik"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayTrackIntent",
                                                        "required_slots": [
                                                            "Song"
                                                        ],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "xjeie3mw-k1vv-xgj6-ldch-xdqlg5ndnpgn"
                                                    }
                                                },
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayTrackIntent",
                                                        "required_slots": [
                                                            "Playlist"
                                                        ],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "kf20jb95-fpzb-la1q-ap1o-zkzmgabatbir"
                                                    }
                                                }
                                            ],
                                            "_component_id": "o6zocgx8-qtl0-jtfp-uahh-dlykyvbwmrxm"
                                        }
                                    }
                                ],
                                "_component_id": "lvkbq3wr-4ddd-mcld-rn9k-khifsul117tp"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Play all",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "scope_type": "installation",
                                            "properties": {
                                                "search": "",
                                                "search_folder": ""
                                            },
                                            "_component_id": "tjahjlpb-bdtp-azm5-9iuw-4t9eufewv3iq",
                                            "parameters": "service"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "fragment_id": "Handle_search_results",
                                            "_component_id": "iyysxaol-3mrp-oxok-vxc1-5fgtjs9g2e9r"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayEntireCatalogueIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "wppclyvj-nrat-0bdv-9nmw-v945vlglopev"
                                                    }
                                                }
                                            ],
                                            "_component_id": "2xpukhb2-4tqz-b6nd-n5wf-a8tporyi5xry"
                                        }
                                    }
                                ],
                                "_component_id": "xihoc1yw-2r3d-uwk3-cuqp-p1esaiqarusa"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Start over",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "scope_type": "installation",
                                            "properties": {
                                                "search": ""
                                            },
                                            "_component_id": "wadsjo2g-7jbl-fpym-oi6w-6njaawrpthqo",
                                            "parameters": "service"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "fragment_id": "Handle_search_results",
                                            "_component_id": "dffllzwn-58od-xawj-acqc-swzh2au4gzgv"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "convo-core.StartOverIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "yipfpsk6-ffpc-sr4t-tie3-fm3hbmlfez3x"
                                                    }
                                                }
                                            ],
                                            "_component_id": "alranzoj-pywe-83ny-r6bn-ydpncyzvgbbl"
                                        }
                                    }
                                ],
                                "_component_id": "aqbsrujb-wrpy-0gft-jjww-voed8xvkshjr"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Play last",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\StartAudioPlayback",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "play_index": "${media_info.count-1}",
                                            "media_info_var": "media_info",
                                            "failback": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "fragment_id": "Error_message_something_weird_happened",
                                                        "_component_id": "hdvsq4fr-mdof-5akx-os4a-ynhdhh2a6skm"
                                                    }
                                                }
                                            ],
                                            "_component_id": "ibw1wpv8-0wyd-mtyf-lwab-parymup7m4q0"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayLastIntent",
                                                        "required_slots": "",
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "dt96gzua-urm7-uvex-bqsl-ijqb5abevqyx"
                                                    }
                                                }
                                            ],
                                            "_component_id": "cu9rgcio-2v87-ffc2-3u5y-aeu2u4z3qbjs"
                                        }
                                    }
                                ],
                                "_component_id": "p0pspxez-g6br-vqsd-qtsw-jgxet1j6xzze"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Resume",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "scope_type": "installation",
                                            "properties": {
                                                "search": "",
                                                "search_folder": ""
                                            },
                                            "_component_id": "kudhfeqw-ofq7-948e-txgc-bxlsmoi8lto5",
                                            "parameters": "service"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "fragment_id": "Handle_resume",
                                            "_component_id": "nwaiygkj-derc-etgy-inpu-3euiixzsnedy"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "convo-core.ResumeIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "zkdz38tj-oiuj-qair-44wg-avhg1r0hefzn"
                                                    }
                                                }
                                            ],
                                            "_component_id": "qmnxkm4b-shkl-egrw-hb9d-anglp4g2ubvc"
                                        }
                                    }
                                ],
                                "_component_id": "llkwfdx6-elss-zgzi-hson-t7iyzey3kepx"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Rewind",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\FastForwardRewindAudioPlayback",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "mode": "rewind",
                                            "rewind": "15000",
                                            "forward": "",
                                            "fallback": [],
                                            "_component_id": "ygvvydi9-prpi-ufpx-g5i5-xnj0tk50bvj2",
                                            "rewind_fast_forward_value": "${parse_duration(result.Duration, request.platformId)}"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "convo-core.Rewind",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "ubo0cg5m-j0on-2md3-fwyl-10a6joduydq0"
                                                    }
                                                }
                                            ],
                                            "_component_id": "gjszdfeh-h44r-yzh4-qar1-szvmdtlrrthq"
                                        }
                                    }
                                ],
                                "_component_id": "ld8fpr7h-zyl7-gicq-pyv2-dbbp1pa7h0qo"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Fast Forward",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\FastForwardRewindAudioPlayback",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "context_id": "search_media",
                                            "mode": "fast_forward",
                                            "rewind": "",
                                            "forward": "20000",
                                            "fallback": [],
                                            "_component_id": "y3g7yjv2-qcfx-gyky-ldyy-fc8z7hs8w95q",
                                            "rewind_fast_forward_value": "${parse_duration(result.Duration, request.platformId)}"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "convo-core.FastForward",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "3sgppihe-g7su-9eyr-mc6b-fqrzsdzxsvts"
                                                    }
                                                }
                                            ],
                                            "_component_id": "8amc9yk5-hga9-vddz-wrc2-4qxbeiav1p2k"
                                        }
                                    }
                                ],
                                "_component_id": "5wtpthgg-jjzg-d8w5-7epa-jxvyjoslbcye"
                            }
                        }
                    ],
                    "_component_id": "fjhimsva-cvcv-ztam-auj9-ymqo9svsvjvg"
                }
            },
            {
                "class": "\\Convo\\Pckg\\Core\\Processors\\ProcessorFragment",
                "namespace": "convo-core",
                "properties": {
                    "fragment_id": "Handle_sort_requests",
                    "name": "Handle sort requests",
                    "processors": [
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Alphabetically",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "scope_type": "user",
                                            "properties": {
                                                "orderby": "${{\"post_title\":\"ASC\"}}"
                                            },
                                            "_component_id": "ivb3s04g-kffu-lxua-6c2b-vzsfkdmato81",
                                            "parameters": "service"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "type": "default",
                                            "text": "Playing in alphabetical order.",
                                            "append": false,
                                            "alexa_domain": "normal",
                                            "alexa_emotion": "neutral",
                                            "alexa_emotion_intensity": "medium",
                                            "_component_id": "ehgtxw1v-haxn-ftfl-lgzf-m4vqzi0iru0m"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "fragment_id": "Handle_search_results",
                                            "_component_id": "ygjvp0uf-y4gq-fd5a-ss6u-od36aave7iue"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayAlphabeticallyIntent",
                                                        "required_slots": "",
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "3qrnqbcj-dqgf-ojum-jtgv-bln6yucbydth"
                                                    }
                                                }
                                            ],
                                            "_component_id": "upgli5ek-6icg-toik-l7hh-cikqcatdgfdq"
                                        }
                                    }
                                ],
                                "_component_id": "ol8z8clu-nabq-mbn0-nx8a-if8hvsnqer4w"
                            }
                        },
                        {
                            "class": "\\Convo\\Pckg\\Core\\Processors\\SimpleProcessor",
                            "namespace": "convo-core",
                            "properties": {
                                "name": "Latest first",
                                "ok": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\TextResponseElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "type": "default",
                                            "text": "Playing from the most recently added track.",
                                            "append": false,
                                            "alexa_domain": "normal",
                                            "alexa_emotion": "neutral",
                                            "alexa_emotion_intensity": "medium",
                                            "_component_id": "urfmystf-cmbr-bb9u-oafq-l1f5bxtzah2v"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\SetParamElement",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "scope_type": "user",
                                            "properties": {
                                                "orderby": "${{\"post_date\": \"DESC\"}}"
                                            },
                                            "_component_id": "js4cnqxq-ade9-edlw-1psu-cwalwia0fyab",
                                            "parameters": "service"
                                        }
                                    },
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Elements\\ReadElementsFragment",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "fragment_id": "Handle_search_results",
                                            "_component_id": "jihqtq2u-yp7b-imar-bmyz-uyhcngpqw73q"
                                        }
                                    }
                                ],
                                "request_filters": [
                                    {
                                        "class": "\\Convo\\Pckg\\Core\\Filters\\IntentRequestFilter",
                                        "namespace": "convo-core",
                                        "properties": {
                                            "name": null,
                                            "readers": [
                                                {
                                                    "class": "\\Convo\\Pckg\\Core\\Filters\\ConvoIntentReader",
                                                    "namespace": "convo-core",
                                                    "properties": {
                                                        "intent": "PlayNewestIntent",
                                                        "required_slots": [],
                                                        "values": [],
                                                        "rename": [],
                                                        "_component_id": "zhh32kok-bhfj-8oyt-duav-7h6mfgaxx6j3"
                                                    }
                                                }
                                            ],
                                            "_component_id": "th37mz0y-eetz-fivn-hx6s-2l57ldy3ctpr"
                                        }
                                    }
                                ],
                                "_component_id": "j6xgm5fw-qvkx-nu9r-llci-lhaasfrhtznu"
                            }
                        }
                    ],
                    "_component_id": "uhvw6muj-lumc-plp7-h7th-shrgukffkupf"
                }
            }
        ],
        "properties": []
    }
}