public class ControlAIConversationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ControlAIConversationRequest()  | 
ControlAIConversationRequest(ControlAIConversationRequest 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 | 
|---|---|
String | 
getCommand()
Get Control command. 
 | 
Long | 
getSdkAppId()
Get App ID (required). 
 | 
ServerPushText | 
getServerPushText()
Get Specifies the server-sent broadcast text Command. 
 | 
String | 
getSessionId()
Get Specifies the session ID. 
 | 
void | 
setCommand(String Command)
Set Control command. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set App ID (required). 
 | 
void | 
setServerPushText(ServerPushText ServerPushText)
Set Specifies the server-sent broadcast text Command. 
 | 
void | 
setSessionId(String SessionId)
Set Specifies the session ID. 
 | 
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 ControlAIConversationRequest()
public ControlAIConversationRequest(ControlAIConversationRequest source)
public String getSessionId()
public void setSessionId(String SessionId)
SessionId - Specifies the session ID.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - App ID (required). can be used to view https://console.cloud.tencent.com/ccc.public String getCommand()
public void setCommand(String Command)
Command - Control command. currently supports the following commands:.
-ServerPushText. specifies the text sent by the server to the AI robot. the AI robot will broadcast the text.public ServerPushText getServerPushText()
public void setServerPushText(ServerPushText ServerPushText)
ServerPushText - Specifies the server-sent broadcast text Command. required when Command is ServerPushText.Copyright © 2025. All rights reserved.