Skip to content

Instantly share code, notes, and snippets.

@netmanchris
Created September 2, 2017 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netmanchris/63985c993c7460c8e4ab44453df19b26 to your computer and use it in GitHub Desktop.
Save netmanchris/63985c993c7460c8e4ab44453df19b26 to your computer and use it in GitHub Desktop.
Intent_schema for Alexa servertech skill
{
"intents": [
{
"intent": "YesIntent"
},
{
"slots": [
{
"name": "first",
"type": "AMAZON.NUMBER"
}
],
"intent": "AnswerIntent"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment