add cognigy verb

This commit is contained in:
Dave Horton
2021-12-21 21:42:52 -05:00
parent 7e7fa655af
commit 722b89c8d3
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -21,6 +21,21 @@
"referTo"
]
},
"cognigy": {
"properties": {
"url": "string",
"token": "string",
"recognizer": "#recognizer",
"tts": "#synthesizer",
"prompt": "string",
"actionHook": "object|string",
"eventHook": "object|string"
},
"required": [
"url",
"token"
]
},
"dequeue": {
"properties": {
"name": "string",