Class CreateCallOutSessionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.CreateCallOutSessionRequest
-
public class CreateCallOutSessionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCallee()
Get 被叫号码,须带 0086 前缀String
getCaller()
Get 主叫号码(废弃,使用Callers),须带 0086 前缀String[]
getCallers()
Get 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀Boolean
getIsForceUseMobile()
Get 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单Long
getSdkAppId()
Get 应用 IDString
getUserId()
Get 客服用户 ID,一般为客服邮箱String
getUui()
Get 自定义数据,长度限制 1024 字节void
setCallee(String Callee)
Set 被叫号码,须带 0086 前缀void
setCaller(String Caller)
Set 主叫号码(废弃,使用Callers),须带 0086 前缀void
setCallers(String[] Callers)
Set 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀void
setIsForceUseMobile(Boolean IsForceUseMobile)
Set 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单void
setSdkAppId(Long SdkAppId)
Set 应用 IDvoid
setUserId(String UserId)
Set 客服用户 ID,一般为客服邮箱void
setUui(String Uui)
Set 自定义数据,长度限制 1024 字节void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateCallOutSessionRequest
public CreateCallOutSessionRequest()
-
CreateCallOutSessionRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 应用 ID- Returns:
- SdkAppId 应用 ID
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 应用 ID- Parameters:
SdkAppId
- 应用 ID
-
getUserId
public String getUserId()
Get 客服用户 ID,一般为客服邮箱- Returns:
- UserId 客服用户 ID,一般为客服邮箱
-
setUserId
public void setUserId(String UserId)
Set 客服用户 ID,一般为客服邮箱- Parameters:
UserId
- 客服用户 ID,一般为客服邮箱
-
getCallee
public String getCallee()
Get 被叫号码,须带 0086 前缀- Returns:
- Callee 被叫号码,须带 0086 前缀
-
setCallee
public void setCallee(String Callee)
Set 被叫号码,须带 0086 前缀- Parameters:
Callee
- 被叫号码,须带 0086 前缀
-
getCaller
public String getCaller()
Get 主叫号码(废弃,使用Callers),须带 0086 前缀- Returns:
- Caller 主叫号码(废弃,使用Callers),须带 0086 前缀
-
setCaller
public void setCaller(String Caller)
Set 主叫号码(废弃,使用Callers),须带 0086 前缀- Parameters:
Caller
- 主叫号码(废弃,使用Callers),须带 0086 前缀
-
getCallers
public String[] getCallers()
Get 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀- Returns:
- Callers 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀
-
setCallers
public void setCallers(String[] Callers)
Set 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀- Parameters:
Callers
- 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀
-
getIsForceUseMobile
public Boolean getIsForceUseMobile()
Get 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单- Returns:
- IsForceUseMobile 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单
-
setIsForceUseMobile
public void setIsForceUseMobile(Boolean IsForceUseMobile)
Set 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单- Parameters:
IsForceUseMobile
- 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单
-
getUui
public String getUui()
Get 自定义数据,长度限制 1024 字节- Returns:
- Uui 自定义数据,长度限制 1024 字节
-
setUui
public void setUui(String Uui)
Set 自定义数据,长度限制 1024 字节- Parameters:
Uui
- 自定义数据,长度限制 1024 字节
-
-