Skip to content

Instantly share code, notes, and snippets.

@mfurtak
Created December 19, 2016 02:41
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 mfurtak/7fb065d82be86e9d8745a82e257a1964 to your computer and use it in GitHub Desktop.
Save mfurtak/7fb065d82be86e9d8745a82e257a1964 to your computer and use it in GitHub Desktop.
{
"intents": [
{
"intent": "SummaryIntent"
},
{
"intent": "BriefingIntent",
"slots": [
{
"name": "Metric",
"type": "METRIC"
}
]
},
{
"intent": "AMAZON.HelpIntent"
},
{
"intent": "AMAZON.StopIntent"
},
{
"intent": "AMAZON.NoIntent"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment