26 lines
375 B
JSON
26 lines
375 B
JSON
|
|
{
|
||
|
|
"intents": [
|
||
|
|
{
|
||
|
|
"intent": "GetFirstEventIntent",
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "day",
|
||
|
|
"type": "AMAZON.DATE"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "GetNextEventIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.HelpIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.StopIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.CancelIntent"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|