Skip to content

Instantly share code, notes, and snippets.

@RSamaium
Created August 23, 2019 09:24
Show Gist options
  • Save RSamaium/b51716361209c4497bb9c21bfa2613a8 to your computer and use it in GitHub Desktop.
Save RSamaium/b51716361209c4497bb9c21bfa2613a8 to your computer and use it in GitHub Desktop.
{
"interactionModel": {
"languageModel": {
"invocationName": "my chatbot",
"intents": [
{
"name": "NewBotIntent",
"slots": [
{
"name": "any",
"type": "any"
}
],
"samples": [
"{any}"
]
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
},
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "AMAZON.PauseIntent",
"samples": []
},
{
"name": "AMAZON.ResumeIntent",
"samples": []
}
],
"types": [
{
"name": "any",
"values": [
{
"name": {
"value": "a test"
}
},
{
"name": {
"value": "a simple sentence"
}
},
{
"name": {
"value": "what is your name?"
}
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment