public class AICallConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AICallConfig() | 
| AICallConfig(AICallConfig source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| DigitalHumanConfig | getDigitalHuman()Get | 
| Boolean | getEnableDigitalHuman()Get | 
| Boolean | getEnableVoiceCall()Get | 
| Boolean | getEnableVoiceInteract()Get | 
| VoiceConfig | getVoice()Get | 
| void | setDigitalHuman(DigitalHumanConfig DigitalHuman)Set | 
| void | setEnableDigitalHuman(Boolean EnableDigitalHuman)Set | 
| void | setEnableVoiceCall(Boolean EnableVoiceCall)Set | 
| void | setEnableVoiceInteract(Boolean EnableVoiceInteract)Set | 
| void | setVoice(VoiceConfig Voice)Set | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AICallConfig()
public AICallConfig(AICallConfig source)
public Boolean getEnableVoiceInteract()
public void setEnableVoiceInteract(Boolean EnableVoiceInteract)
EnableVoiceInteract - public Boolean getEnableVoiceCall()
public void setEnableVoiceCall(Boolean EnableVoiceCall)
EnableVoiceCall - public Boolean getEnableDigitalHuman()
public void setEnableDigitalHuman(Boolean EnableDigitalHuman)
EnableDigitalHuman - public VoiceConfig getVoice()
public void setVoice(VoiceConfig Voice)
Voice - public DigitalHumanConfig getDigitalHuman()
public void setDigitalHuman(DigitalHumanConfig DigitalHuman)
DigitalHuman - Copyright © 2025. All rights reserved.