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()
Get Prompt variable.
|
Long |
getSdkAppId()
Get Application id (required) can be found at https://console.cloud.tencent.com/ccc.
|
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)
Set Prompt variable.
|
void |
setSdkAppId(Long SdkAppId)
Set Application id (required) can be found at https://console.cloud.tencent.com/ccc.
|
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 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 listpublic Variable[] getPromptVariables()
public void setPromptVariables(Variable[] PromptVariables)
PromptVariables
- Prompt variable.Copyright © 2025. All rights reserved.