Skip to content

Instantly share code, notes, and snippets.

@exp0nge
Created January 17, 2018 02:45
Show Gist options
  • Save exp0nge/6441b159ec75ae3229dead56b4669186 to your computer and use it in GitHub Desktop.
Save exp0nge/6441b159ec75ae3229dead56b4669186 to your computer and use it in GitHub Desktop.
Doorman Custom Skill Intent Schema
{
"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