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

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",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.2.15",
"version": "0.2.16",
"description": "",
"main": "lib/index.js",
"scripts": {