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 Called.
|
String[] |
getCallers()
Get List of calling numbers.
|
Long |
getIVRId()
Get Specified ivr id.
|
Long |
getSdkAppId()
Get Application id (required) can be found at https://console.cloud.tencent.com/ccc.
|
String |
getUUI()
Get User data.
|
Variable[] |
getVariables()
Get Custom variable.
|
void |
setCallee(String Callee)
Set Called.
|
void |
setCallers(String[] Callers)
Set List of calling numbers.
|
void |
setIVRId(Long IVRId)
Set Specified ivr id.
|
void |
setSdkAppId(Long SdkAppId)
Set Application id (required) can be found at https://console.cloud.tencent.com/ccc.
|
void |
setUUI(String UUI)
Set User data.
|
void |
setVariables(Variable[] Variables)
Set Custom variable.
|
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 CreateIVRSessionRequest()
public CreateIVRSessionRequest(CreateIVRSessionRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application id (required) can be found at https://console.cloud.tencent.com/ccc.public String getCallee()
public void setCallee(String Callee)
Callee
- Called.public Long getIVRId()
public void setIVRId(Long IVRId)
IVRId
- Specified ivr id. currently, it supports inbound and automatic outbound types.public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- List of calling numbers.public Variable[] getVariables()
public void setVariables(Variable[] Variables)
Variables
- Custom variable.public String getUUI()
public void setUUI(String UUI)
UUI
- User data.Copyright © 2025. All rights reserved.