Created
July 30, 2018 05:37
-
-
Save popigg/57114a3a184fe45dfcde61403541780a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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