Skip to content

Instantly share code, notes, and snippets.

@JustinaPetr
Created September 20, 2018 14:44
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/519c05049b54df7cf43a73bca066e955 to your computer and use it in GitHub Desktop.
Save JustinaPetr/519c05049b54df7cf43a73bca066e955 to your computer and use it in GitHub Desktop.
{
"actions": [
{
"description": "Default Welcome Intent",
"name": "MAIN",
"fulfillment": {
"conversationName": "welcome"
},
"intent": {
"name": "actions.intent.MAIN",
"trigger": {
"queryPatterns":["talk to Place Finder"]
}
}
},
{
"description": "Rasa Intent",
"name": "TEXT",
"fulfillment": {
"conversationName": "rasa_intent"
},
"intent": {
"name": "actions.intent.TEXT",
"trigger": {
"queryPatterns":[]
}
}
}],
"conversations": {
"welcome": {
"name": "welcome",
"url": "...",
"fulfillmentApiVersion": 2
},
"rasa_intent": {
"name": "rasa_intent",
"url": "...",
"fulfillmentApiVersion": 2
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment