Closed rammohan-y closed 2 months ago
When setting options under customOptions.options object for custom-stt, the options are not sent to custom-stt's websocket as part of start event
"recognizer": { "vendor":"custom:customvoice", "customOptions": { "options" : { "foo" : "bar" } } }
the options object under customOptions should be sent to the custom speech's websocket under start event's payload along with callSid
When setting options under customOptions.options object for custom-stt, the options are not sent to custom-stt's websocket as part of start event
"recognizer": { "vendor":"custom:customvoice", "customOptions": { "options" : { "foo" : "bar" } } }
the options object under customOptions should be sent to the custom speech's websocket under start event's payload along with callSid