Skip to content

Instantly share code, notes, and snippets.

@agrimrules
Created March 10, 2020 02:29
Show Gist options
  • Save agrimrules/525f897b49127b337bb19143ab4e5077 to your computer and use it in GitHub Desktop.
Save agrimrules/525f897b49127b337bb19143ab4e5077 to your computer and use it in GitHub Desktop.
{
"intents": [
{
"slots": [
{
"name": "WORD",
"type": "LITERAL"
}
],
"intent": "TextIntent"
},
{
"slots": [
{
"name": "SENTIMENT",
"type": "LITERAL"
}
],
"intent": "AnalyzeIntent"
},
{
"slots": [
{
"name": "SERVICE",
"type": "LITERAL"
}
],
"intent": "AuthorizeIntent"
},
{
"slots": [
{
"name": "CODE",
"type": "NUMBER"
}
],
"intent": "VerifyIntent"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment