32 lines
469 B
JSON
Raw Permalink Normal View History

2016-03-27 16:22:50 -04:00
{
"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"
}
]
}