Created
January 17, 2018 02:45
-
-
Save exp0nge/6441b159ec75ae3229dead56b4669186 to your computer and use it in GitHub Desktop.
Doorman Custom Skill Intent Schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"intents": [ | |
{ | |
"slots": [ | |
{ | |
"name": "CheckDoorQuery", | |
"type": "LITERAL" | |
} | |
], | |
"intent": "CheckDoorIntent" | |
}, | |
{ | |
"slots": [ | |
{ | |
"name": "StreamQuery", | |
"type": "LITERAL" | |
} | |
], | |
"intent": "StreamIntent" | |
}, | |
{ | |
"intent": "AMAZON.HelpIntent" | |
}, | |
{ | |
"intent": "AMAZON.StopIntent" | |
}, | |
{ | |
"intent": "AMAZON.CancelIntent" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment