Alexa-DeskControl/Skill/IntentSchema
2016-12-17 18:09:51 +00:00

13 lines
173 B
Plaintext

{
"intents": [
{
"intent": "desk",
"slots": [
{
"name": "Control",
"type": "Control_List"
}
]
}
]
}