Alexa-Sickbeard/interaction_model/intent_schema.json
2016-03-27 16:24:26 -04:00

32 lines
469 B
JSON

{
"intents": [
{
"intent": "AddShow",
"slots": [
{
"name": "showName",
"type": "AMAZON.LITERAL"
}
]
},
{
"intent": "FindShow",
"slots": [
{
"name": "showName",
"type": "AMAZON.LITERAL"
}
]
},
{
"intent": "AMAZON.YesIntent"
},
{
"intent": "AMAZON.NoIntent"
},
{
"intent": "AMAZON.CancelIntent"
}
]
}