public class CreateAIAgentCallRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateAIAgentCallRequest()  | 
CreateAIAgentCallRequest(CreateAIAgentCallRequest 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 | 
getAIAgentId()
Get AI agent id. 
 | 
String | 
getCallee()
Get Callee number. 
 | 
String[] | 
getCallers()
Get Caller number list 
 | 
Variable[] | 
getPromptVariables()
Deprecated.   
 | 
Long | 
getSdkAppId()
Get Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
Variable[] | 
getVariables()
Get 
 | 
void | 
setAIAgentId(Long AIAgentId)
Set AI agent id. 
 | 
void | 
setCallee(String Callee)
Set Callee number. 
 | 
void | 
setCallers(String[] Callers)
Set Caller number list 
 | 
void | 
setPromptVariables(Variable[] PromptVariables)
Deprecated.   
 | 
void | 
setSdkAppId(Long SdkAppId)
Set Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
void | 
setVariables(Variable[] Variables)
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 CreateAIAgentCallRequest()
public CreateAIAgentCallRequest(CreateAIAgentCallRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - Application id (required) can be found at https://console.cloud.tencent.com/ccc.public Long getAIAgentId()
public void setAIAgentId(Long AIAgentId)
AIAgentId - AI agent id.public String getCallee()
public void setCallee(String Callee)
Callee - Callee number.public String[] getCallers()
public void setCallers(String[] Callers)
Callers - Caller number list@Deprecated public Variable[] getPromptVariables()
@Deprecated public void setPromptVariables(Variable[] PromptVariables)
PromptVariables - Prompt variable.public Variable[] getVariables()
Prompt variable
welcome message variable
welcome message delay playback (in seconds): welcome-message-delay
dify variable
. dify-inputs-xxx specifies the inputs variable for dify. 2. the dify-inputs-user specifies the user value for dify. 3. dify-inputs-conversation_id is the conversation_id value of dify.Prompt variable
welcome message variable
welcome message delay playback (in seconds): welcome-message-delay
dify variable
. dify-inputs-xxx specifies the inputs variable for dify. 2. the dify-inputs-user specifies the user value for dify. 3. dify-inputs-conversation_id is the conversation_id value of dify.public void setVariables(Variable[] Variables)
Prompt variable
welcome message variable
welcome message delay playback (in seconds): welcome-message-delay
dify variable
. dify-inputs-xxx specifies the inputs variable for dify. 2. the dify-inputs-user specifies the user value for dify. 3. dify-inputs-conversation_id is the conversation_id value of dify.Variables - Prompt variable
welcome message variable
welcome message delay playback (in seconds): welcome-message-delay
dify variable
. dify-inputs-xxx specifies the inputs variable for dify. 2. the dify-inputs-user specifies the user value for dify. 3. dify-inputs-conversation_id is the conversation_id value of dify.Copyright © 2025. All rights reserved.