changes to config verb

This commit is contained in:
Dave Horton
2022-02-28 17:04:38 -05:00
parent a0b5e5a096
commit 069db6ce9f
2 changed files with 12 additions and 4 deletions

View File

@@ -25,14 +25,22 @@
"properties": {
"synthesizer": "#synthesizer",
"recognizer": "#recognizer",
"botMode": "#botMode"
"bargeIn": "#bargeIn"
},
"required": []
},
"botMode": {
"bargeIn": {
"properties": {
"enable": "boolean",
"gather": "#gather"
"actionHook": "object|string",
"input": "array",
"finishOnKey": "string",
"numDigits": "number",
"minDigits": "number",
"maxDigits": "number",
"interDigitTimeout": "number",
"dtmfBargein": "boolean",
"minBargeinWordCount": "number"
},
"required": [
"enable"

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.3.8",
"version": "0.3.9",
"description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js",
"scripts": {