public class CreateIVRSessionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateIVRSessionRequest() |
CreateIVRSessionRequest(CreateIVRSessionRequest 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 |
getCallee()
Get 被叫
|
String[] |
getCallers()
Get 主叫号码列表
|
Long |
getIVRId()
Get 指定的 IVR Id,目前支持呼入和自动外呼两种类型
|
Long |
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
String |
getUUI()
Get 用户数据
|
Variable[] |
getVariables()
Get 自定义变量
|
void |
setCallee(String Callee)
Set 被叫
|
void |
setCallers(String[] Callers)
Set 主叫号码列表
|
void |
setIVRId(Long IVRId)
Set 指定的 IVR Id,目前支持呼入和自动外呼两种类型
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setUUI(String UUI)
Set 用户数据
|
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, toJsonString
public CreateIVRSessionRequest()
public CreateIVRSessionRequest(CreateIVRSessionRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic String getCallee()
public void setCallee(String Callee)
Callee
- 被叫public Long getIVRId()
public void setIVRId(Long IVRId)
IVRId
- 指定的 IVR Id,目前支持呼入和自动外呼两种类型public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- 主叫号码列表public Variable[] getVariables()
public void setVariables(Variable[] Variables)
Variables
- 自定义变量public String getUUI()
public void setUUI(String UUI)
UUI
- 用户数据Copyright © 2024. All rights reserved.