We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53e8d1b + f3fbaa9 commit bfe06b6Copy full SHA for bfe06b6
services/convoai/req/join.go
@@ -304,5 +304,6 @@ type JoinPropertiesReqBody struct {
304
// Voice Activity Detection (VAD) configuration (optional), see JoinPropertiesVadBody for details
305
Vad *JoinPropertiesVadBody `json:"vad,omitempty"`
306
// Automatic Speech Recognition (ASR) configuration (optional), see JoinPropertiesAsrBody for details
307
- Asr *JoinPropertiesAsrBody `json:"asr,omitempty"`
+ Asr *JoinPropertiesAsrBody `json:"asr,omitempty"`
308
+ Parameters map[string]any `json:"parameters,omitempty"`
309
}
0 commit comments