major refactoring

This commit is contained in:
Dave Horton
2020-01-25 11:47:33 -05:00
parent 621ea8c0f5
commit 4a1ea4e091
25 changed files with 947 additions and 933 deletions

View File

@@ -34,8 +34,7 @@
"earlyMedia": "boolean"
},
"required": [
"text",
"synthesizer"
"text"
]
},
"gather": {
@@ -72,6 +71,7 @@
"enum": ["GET", "POST"]
},
"target": ["#target"],
"url": "string",
"timeLimit": "number",
"timeout": "number",
"transcribe": "#transcribe"
@@ -82,6 +82,7 @@
},
"listen": {
"properties": {
"action": "string",
"finishOnKey": "string",
"maxLength": "number",
"metadata": "object",
@@ -103,13 +104,12 @@
},
"transcribe": {
"properties": {
"action": "string",
"transcriptionCallback": "string",
"recognizer": "#recognizer",
"earlyMedia": "boolean"
},
"required": [
"action",
"recognizer"
"transcriptionCallback"
]
},
"target": {
@@ -164,10 +164,7 @@
"hints": "array",
"profanityFilter": "boolean",
"interim": "boolean",
"mixType": {
"type": "string",
"enum": ["mono", "stereo", "mixed"]
}
"dualChannel": "boolean"
},
"required": [
"vendor"