From 08e01efa7fffb67bd890f9cf6af7bb4290d22018 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 15 Jul 2024 13:30:06 -0600 Subject: [PATCH] add recognizer.minConfidence and rest:dial.referHook (#58) --- specs.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index ac2910b..25ff4d4 100644 --- a/specs.json +++ b/specs.json @@ -470,7 +470,8 @@ "timeout": "number", "amd": "#amd", "dual_streams": "boolean", - "sipRequestWithinDialogHook": "string" + "sipRequestWithinDialogHook": "string", + "referHook": "object|string" }, "required": [ "call_hook", @@ -639,6 +640,7 @@ "asrDtmfTerminationDigit": "string", "asrTimeout": "number", "fastRecognitionTimeout": "number", + "minConfidence": "number", "nuanceOptions": "#nuanceOptions", "deepgramOptions": "#deepgramOptions", "ibmOptions": "#ibmOptions",