Skip to content

Instantly share code, notes, and snippets.

@Dulani
Created December 19, 2016 04:26
Show Gist options
  • Save Dulani/e628bd0980645e0b434108a52daf9999 to your computer and use it in GitHub Desktop.
Save Dulani/e628bd0980645e0b434108a52daf9999 to your computer and use it in GitHub Desktop.
Simple JSON "fact" intent schema for developing Alexa Skills with the Amazon Skills Kit
{
"intents": [
{
"intent": "GetNewFactIntent"
},
{
"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