Skip to content

Instantly share code, notes, and snippets.

@JustinaPetr
Created September 20, 2018 14:42
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 JustinaPetr/5c6a8369ab74fcf22df4fe6fde1cc90e to your computer and use it in GitHub Desktop.
Save JustinaPetr/5c6a8369ab74fcf22df4fe6fde1cc90e to your computer and use it in GitHub Desktop.
{
"actions": [
{
"description": "Default Welcome Intent",
"name": "MAIN",
"fulfillment": {
"conversationName": "<INSERT YOUR CONVERSATION NAME HERE>"
},
"intent": {
"name": "actions.intent.MAIN",
"trigger": {
"queryPatterns": [
"talk to <INSERT YOUR NAME HERE>"
]
}
}
}
],
"conversations": {
"<INSERT YOUR CONVERSATION NAME HERE>": {
"name": "<INSERT YOUR CONVERSATION NAME HERE>",
"url": "<INSERT YOUR FULLFILLMENT URL HERE>"
}
},
"locale": "en"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment