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 被叫号码,须带 0086 前缀 | 
| String | getCaller()Get 主叫号码(废弃,使用Callers),须带 0086 前缀 | 
| String[] | getCallers()Get 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀 | 
| Boolean | getIsForceUseMobile()Get 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单 https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4 | 
| Long | getSdkAppId()Get 应用 ID | 
| String | getUserId()Get 客服用户 ID,一般为客服邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF | 
| String | getUui()Deprecated.   | 
| 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 请确保已配置白名单 https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4 | 
| void | setSdkAppId(Long SdkAppId)Set 应用 ID | 
| void | setUserId(String UserId)Set 客服用户 ID,一般为客服邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF | 
| void | setUui(String Uui)Deprecated.   | 
| void | setUUI(String UUI)Set 自定义数据,长度限制 1024 字节 | 
| 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, toJsonStringpublic CreateCallOutSessionRequest()
public CreateCallOutSessionRequest(CreateCallOutSessionRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 应用 IDpublic String getUserId()
public void setUserId(String UserId)
UserId - 客服用户 ID,一般为客服邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AFpublic String getCallee()
public void setCallee(String Callee)
Callee - 被叫号码,须带 0086 前缀public String getCaller()
public void setCaller(String Caller)
Caller - 主叫号码(废弃,使用Callers),须带 0086 前缀public String[] getCallers()
public void setCallers(String[] Callers)
Callers - 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀public Boolean getIsForceUseMobile()
public void setIsForceUseMobile(Boolean IsForceUseMobile)
IsForceUseMobile - 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单 https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4@Deprecated public String getUui()
@Deprecated public void setUui(String Uui)
Uui - 自定义数据,长度限制 1024 字节public String getUUI()
public void setUUI(String UUI)
UUI - 自定义数据,长度限制 1024 字节Copyright © 2025. All rights reserved.