Skip to content

Instantly share code, notes, and snippets.

@jamesbulpin
Created December 2, 2016 16:50
Show Gist options
  • Save jamesbulpin/a897ab3e661e20b575fe9ae7eb04ee64 to your computer and use it in GitHub Desktop.
Save jamesbulpin/a897ab3e661e20b575fe9ae7eb04ee64 to your computer and use it in GitHub Desktop.
Billy Bass Amazon Echo Intent Schema
{
"intents": [
{
"intent": "BillySay",
"slots": [
{
"name": "Saying",
"type": "LIST_OF_SAYINGS"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment