{
    "interactionModel": {
        "languageModel": {
            "invocationName": "kodi remote",
            "modelConfiguration": {
                "fallbackIntentSensitivity": {
                    "level": "LOW"
                }
            },
            "intents": [
                {
                    "name": "AMAZON.CancelIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.HelpIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.StopIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.NavigateHomeIntent",
                    "samples": []
                },
                {
                    "name": "Voice_RawCommand",
                    "slots": [
                        {
                            "name": "rawcommand",
                            "type": "AMAZON.SearchQuery"
                        }
                    ],
                    "samples": [
                        "to execute {rawcommand}",
                        "to run {rawcommand}",
                        "to {rawcommand}",
                        "run  {rawcommand}",
                        "execute {rawcommand}"
                    ]
                },
                {
                    "name": "FallbackIntent",
                    "slots": [
                        {
                            "name": "fallback",
                            "type": "fallback"
                        }
                    ],
                    "samples": [
                        "{fallback}"
                    ]
                },
                {
                    "name": "AMAZON.FallbackIntent",
                    "samples": []
                }
            ],
            "types": [
                {
                    "name": "fallback",
                    "values": [
                        {
                            "name": {
                                "value": "a slot to catch all unhandled phrases"
                            }
                        }
                    ]
                }
            ]
        }
    }
}