51 lines
859 B
JSON
51 lines
859 B
JSON
|
|
{
|
||
|
|
"intents": [
|
||
|
|
{
|
||
|
|
"intent": "OneshotTideIntent",
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "City",
|
||
|
|
"type": "LIST_OF_CITIES"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "State",
|
||
|
|
"type": "LIST_OF_STATES"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Date",
|
||
|
|
"type": "AMAZON.DATE"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "DialogTideIntent",
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "City",
|
||
|
|
"type": "LIST_OF_CITIES"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "State",
|
||
|
|
"type": "LIST_OF_STATES"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Date",
|
||
|
|
"type": "AMAZON.DATE"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "SupportedCitiesIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.HelpIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.StopIntent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"intent": "AMAZON.CancelIntent"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|