public class TalkBasicConfigInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TalkBasicConfigInfo() | 
| TalkBasicConfigInfo(TalkBasicConfigInfo 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 | 
|---|---|
| Long | getDefaultVoiceType()Get 音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。 | 
| String | getGreetingMessage()Get 欢迎语,支持多个欢迎语随机切换,格式:字符串数组,JSON字符串。 | 
| String | getSystemPrompt()Get 系统提示词 | 
| void | setDefaultVoiceType(Long DefaultVoiceType)Set 音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。 | 
| void | setGreetingMessage(String GreetingMessage)Set 欢迎语,支持多个欢迎语随机切换,格式:字符串数组,JSON字符串。 | 
| void | setSystemPrompt(String SystemPrompt)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 TalkBasicConfigInfo()
public TalkBasicConfigInfo(TalkBasicConfigInfo source)
public String getSystemPrompt()
public void setSystemPrompt(String SystemPrompt)
SystemPrompt - 系统提示词public String getGreetingMessage()
public void setGreetingMessage(String GreetingMessage)
GreetingMessage - 欢迎语,支持多个欢迎语随机切换,格式:字符串数组,JSON字符串。public Long getDefaultVoiceType()
public void setDefaultVoiceType(Long DefaultVoiceType)
DefaultVoiceType - 音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。Copyright © 2025. All rights reserved.