initial support for Rasa

This commit is contained in:
Dave Horton
2021-09-01 21:06:32 -04:00
parent 47073955e0
commit 98f53138d1
6 changed files with 134 additions and 5 deletions

View File

@@ -78,7 +78,6 @@
"say": "#say"
},
"required": [
"actionHook"
]
},
"conference": {
@@ -228,6 +227,19 @@
"length"
]
},
"rasa": {
"properties": {
"url": "string",
"recognizer": "#recognizer",
"tts": "#synthesizer",
"prompt": "string",
"actionHook": "object|string",
"eventHook": "object|string"
},
"required": [
"url"
]
},
"redirect": {
"properties": {
"actionHook": "object|string"