public class CreateCallOutSessionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCallOutSessionRequest() |
CreateCallOutSessionRequest(CreateCallOutSessionRequest 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 number must be preceded by 0086.
|
String |
getCaller()
Get Caller number (obsolete one and use Callers) must be preceded by 0086.
|
String[] |
getCallers()
Get Designated caller number list.
|
Boolean |
getIsForceUseMobile()
Get Whether to force the use of cell phone outbound call or not, currently only supports true, if true, please ensure that the allowlist has been configured.
|
Long |
getSdkAppId()
Get Application ID
|
String |
getUserId()
Get Customer Service User ID usually refers to the customer service email.
|
String |
getUui()
Deprecated.
|
String |
getUUI()
Get Custom data, length limited to 1024 bytes.
|
void |
setCallee(String Callee)
Set Called number must be preceded by 0086.
|
void |
setCaller(String Caller)
Set Caller number (obsolete one and use Callers) must be preceded by 0086.
|
void |
setCallers(String[] Callers)
Set Designated caller number list.
|
void |
setIsForceUseMobile(Boolean IsForceUseMobile)
Set Whether to force the use of cell phone outbound call or not, currently only supports true, if true, please ensure that the allowlist has been configured.
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID
|
void |
setUserId(String UserId)
Set Customer Service User ID usually refers to the customer service email.
|
void |
setUui(String Uui)
Deprecated.
|
void |
setUUI(String UUI)
Set Custom data, length limited to 1024 bytes.
|
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 CreateCallOutSessionRequest()
public CreateCallOutSessionRequest(CreateCallOutSessionRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application IDpublic String getUserId()
public void setUserId(String UserId)
UserId
- Customer Service User ID usually refers to the customer service email.public String getCallee()
public void setCallee(String Callee)
Callee
- Called number must be preceded by 0086.public String getCaller()
public void setCaller(String Caller)
Caller
- Caller number (obsolete one and use Callers) must be preceded by 0086.public String[] getCallers()
public void setCallers(String[] Callers)
Callers
- Designated caller number list. If the prior number fails, it will automatically switch to the next number that must be preceded by 0086.public Boolean getIsForceUseMobile()
public void setIsForceUseMobile(Boolean IsForceUseMobile)
IsForceUseMobile
- Whether to force the use of cell phone outbound call or not, currently only supports true, if true, please ensure that the allowlist has been configured.@Deprecated public String getUui()
@Deprecated public void setUui(String Uui)
Uui
- Custom data, length limited to 1024 bytes.public String getUUI()
public void setUUI(String UUI)
UUI
- Custom data, length limited to 1024 bytes.Copyright © 2024. All rights reserved.