Skip to content

Commit

Permalink
add recognizer.minConfidence and rest:dial.referHook (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton authored Jul 15, 2024
1 parent 1fdda56 commit 08e01ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@
"timeout": "number",
"amd": "#amd",
"dual_streams": "boolean",
"sipRequestWithinDialogHook": "string"
"sipRequestWithinDialogHook": "string",
"referHook": "object|string"
},
"required": [
"call_hook",
Expand Down Expand Up @@ -639,6 +640,7 @@
"asrDtmfTerminationDigit": "string",
"asrTimeout": "number",
"fastRecognitionTimeout": "number",
"minConfidence": "number",
"nuanceOptions": "#nuanceOptions",
"deepgramOptions": "#deepgramOptions",
"ibmOptions": "#ibmOptions",
Expand Down

0 comments on commit 08e01ef

Please sign in to comment.