|
|
|
@ -78,10 +78,10 @@ type ResData struct {
|
|
|
|
|
MinDigit int `json:"minDigit"`
|
|
|
|
|
DigitTerm int `json:"digitTerm"`
|
|
|
|
|
TelNo string `json:"telNo"`
|
|
|
|
|
VoiceName int `json:"voiceName"`
|
|
|
|
|
Speed int `json:"speed"`
|
|
|
|
|
Volume int `json:"volume"`
|
|
|
|
|
Pitch int `json:"pitch"`
|
|
|
|
|
VoiceName string `json:"voiceName"`
|
|
|
|
|
Speed string `json:"speed"`
|
|
|
|
|
Volume string `json:"volume"`
|
|
|
|
|
Pitch string `json:"pitch"`
|
|
|
|
|
EndCharacter []string `json:"endCharacter"`
|
|
|
|
|
MaxWaitTime int `json:"maxNoInputTime"`
|
|
|
|
|
UUI json.RawMessage `json:"uui"`
|
|
|
|
|