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 数智人配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getEnableDigitalHuman()Get 启用数智人
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getEnableVoiceCall()Get 启用语音通话
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getEnableVoiceInteract()Get 启用语音互动功能
注意:此字段可能返回 null,表示取不到有效值。 | 
| VoiceConfig | getVoice()Get 音色配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDigitalHuman(DigitalHumanConfig DigitalHuman)Set 数智人配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnableDigitalHuman(Boolean EnableDigitalHuman)Set 启用数智人
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnableVoiceCall(Boolean EnableVoiceCall)Set 启用语音通话
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnableVoiceInteract(Boolean EnableVoiceInteract)Set 启用语音互动功能
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setVoice(VoiceConfig Voice)Set 音色配置
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 - 启用语音互动功能
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnableVoiceCall()
public void setEnableVoiceCall(Boolean EnableVoiceCall)
EnableVoiceCall - 启用语音通话
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnableDigitalHuman()
public void setEnableDigitalHuman(Boolean EnableDigitalHuman)
EnableDigitalHuman - 启用数智人
注意:此字段可能返回 null,表示取不到有效值。public VoiceConfig getVoice()
public void setVoice(VoiceConfig Voice)
Voice - 音色配置
注意:此字段可能返回 null,表示取不到有效值。public DigitalHumanConfig getDigitalHuman()
public void setDigitalHuman(DigitalHumanConfig DigitalHuman)
DigitalHuman - 数智人配置
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.