Alexa-DeskControl/Lambda/IntentSchema

13 lines
173 B
Plaintext
Raw Normal View History

2016-11-28 22:09:45 +00:00
{
"intents": [
{
"intent": "desk",
"slots": [
{
"name": "Control",
"type": "Control_List"
}
]
}
]
}