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 2080885 + 07ea42e commit cb4045eCopy full SHA for cb4045e
services/convoai/req/join.go
@@ -189,7 +189,7 @@ type JoinPropertiesTTSBody struct {
189
// 4: Skip content in square brackets [ ],unicode is \u005B \u005D
190
//
191
// 5: Skip content in curly braces { },unicode is \u007B \u007D
192
- SkipPatterns []int `json:"skipPatterns,omitempty"`
+ SkipPatterns []int `json:"skip_patterns,omitempty"`
193
}
194
195
// @brief Defines the TTS vendor enumeration
0 commit comments