public class UpdateAIConversationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateAIConversationRequest() |
UpdateAIConversationRequest(UpdateAIConversationRequest 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 |
getInterruptMode()
Get If not filled in, no update will be performed.
|
Long |
getInterruptSpeechDuration()
Get If not filled in, no update will be performed.
|
String |
getLLMConfig()
Get If not filled in, no update will be performed.
|
String |
getTaskId()
Get Task Unique ID
|
String |
getTTSConfig()
Get If not filled in, no update will be performed.
|
String |
getWelcomeMessage()
Get If you do not fill in the form, no update will be performed.
|
void |
setInterruptMode(Long InterruptMode)
Set If not filled in, no update will be performed.
|
void |
setInterruptSpeechDuration(Long InterruptSpeechDuration)
Set If not filled in, no update will be performed.
|
void |
setLLMConfig(String LLMConfig)
Set If not filled in, no update will be performed.
|
void |
setTaskId(String TaskId)
Set Task Unique ID
|
void |
setTTSConfig(String TTSConfig)
Set If not filled in, no update will be performed.
|
void |
setWelcomeMessage(String WelcomeMessage)
Set If you do not fill in the form, no update will be performed.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateAIConversationRequest()
public UpdateAIConversationRequest(UpdateAIConversationRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task Unique IDpublic String getWelcomeMessage()
public void setWelcomeMessage(String WelcomeMessage)
WelcomeMessage
- If you do not fill in the form, no update will be performed. Welcome message from the robotpublic Long getInterruptMode()
public void setInterruptMode(Long InterruptMode)
InterruptMode
- If not filled in, no update will be performed. Intelligent interruption mode, 0 means the server automatically interrupts, 1 means the server does not interrupt, and the client sends an interrupt signal to interruptpublic Long getInterruptSpeechDuration()
public void setInterruptSpeechDuration(Long InterruptSpeechDuration)
InterruptSpeechDuration
- If not filled in, no update will be performed. Used when InterruptMode is 0, the unit is milliseconds, and the default is 500ms. It means that the server will interrupt when it detects a voice that lasts for InterruptSpeechDuration milliseconds.public String getLLMConfig()
public void setLLMConfig(String LLMConfig)
LLMConfig
- If not filled in, no update will be performed. For LLM configuration, see the StartAIConversation API for details.public String getTTSConfig()
public void setTTSConfig(String TTSConfig)
TTSConfig
- If not filled in, no update will be performed. For TTS configuration, see the StartAIConversation API for details.Copyright © 2024. All rights reserved.