Skip to content

Instantly share code, notes, and snippets.

@popigg
Created July 30, 2018 05:37
Show Gist options
  • Save popigg/57114a3a184fe45dfcde61403541780a to your computer and use it in GitHub Desktop.
Save popigg/57114a3a184fe45dfcde61403541780a to your computer and use it in GitHub Desktop.
{
"actions": [
{
"description": "Default Welcome Intent",
"name": "MAIN",
"fulfillment": {
"conversationName": "myWebhook"
},
"intent": {
"name": "actions.intent.MAIN"
}
},
{
"description": "text intent",
"name": "TEXT",
"fulfillment": {
"conversationName": "myWebhook"
},
"intent": {
"name": "actions.intent.TEXT"
}
}
],
"conversations": {
"myWebhook": {
"name": "myWebhook",
"url": "<YOUR ACTION URL>"
}
},
"locale": "en"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment