{
    "interactionModel": {
        "languageModel": {
            "modelConfiguration": {
                "fallbackIntentSensitivity": { "level": "HIGH" }
            },
            "invocationName": "mock skill",
            "intents": [
                {
                    "name": "AMAZON.CancelIntent",
                    "samples": []
                },
                {
                    "name": "HelloWorldIntent",
                    "slots": [],
                    "samples": ["sample one", "sample two"]
                }
            ],
            "types": []
        },
        "prompts": []
    }
}
