public class UpdatePredictiveDialingCampaignRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UpdatePredictiveDialingCampaignRequest()  | 
UpdatePredictiveDialingCampaignRequest(UpdatePredictiveDialingCampaignRequest 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 | 
|---|---|
CalleeAttribute[] | 
getCalleeAttributes()
Get Property of the called. 
 | 
String[] | 
getCallees()
Get Called list supporting e.164 or number formats without country code. 
 | 
String[] | 
getCallers()
Get Calling list using the number formats displayed on the management side. 
 | 
Long | 
getCallOrder()
Get Being called sequence: 0 for random 1 for in order. 
 | 
Long | 
getCampaignId()
Get Generated task id. 
 | 
Long | 
getEndTime()
Get Task termination time. 
 | 
Long | 
getExpectedAbandonRate()
Get Expected call drop rate, percentage, 5 - 50. 
 | 
Long | 
getIVRId()
Get Specified ivr id. 
 | 
String | 
getName()
Get Task name. 
 | 
Long | 
getPriority()
Get Running priority of multiple tasks in the same application, from high to low 1 - 5. 
 | 
Long | 
getRetryInterval()
Get Call retry interval, in seconds, [60 - 86,400]. 
 | 
Long | 
getRetryTimes()
Get Number of call retries, 0 - 2. 
 | 
Long | 
getSdkAppId()
Get Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
Long | 
getSkillGroupId()
Get ID of the used skill group of agents. 
 | 
Long | 
getStartTime()
Get Task start time. 
 | 
String | 
getUUI()
Get     UUI 
 | 
Variable[] | 
getVariables()
Get Custom variable. 
 | 
void | 
setCalleeAttributes(CalleeAttribute[] CalleeAttributes)
Set Property of the called. 
 | 
void | 
setCallees(String[] Callees)
Set Called list supporting e.164 or number formats without country code. 
 | 
void | 
setCallers(String[] Callers)
Set Calling list using the number formats displayed on the management side. 
 | 
void | 
setCallOrder(Long CallOrder)
Set Being called sequence: 0 for random 1 for in order. 
 | 
void | 
setCampaignId(Long CampaignId)
Set Generated task id. 
 | 
void | 
setEndTime(Long EndTime)
Set Task termination time. 
 | 
void | 
setExpectedAbandonRate(Long ExpectedAbandonRate)
Set Expected call drop rate, percentage, 5 - 50. 
 | 
void | 
setIVRId(Long IVRId)
Set Specified ivr id. 
 | 
void | 
setName(String Name)
Set Task name. 
 | 
void | 
setPriority(Long Priority)
Set Running priority of multiple tasks in the same application, from high to low 1 - 5. 
 | 
void | 
setRetryInterval(Long RetryInterval)
Set Call retry interval, in seconds, [60 - 86,400]. 
 | 
void | 
setRetryTimes(Long RetryTimes)
Set Number of call retries, 0 - 2. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set Application id (required) can be found at https://console.cloud.tencent.com/ccc. 
 | 
void | 
setSkillGroupId(Long SkillGroupId)
Set ID of the used skill group of agents. 
 | 
void | 
setStartTime(Long StartTime)
Set Task start time. 
 | 
void | 
setUUI(String UUI)
Set     UUI 
 | 
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdatePredictiveDialingCampaignRequest()
public UpdatePredictiveDialingCampaignRequest(UpdatePredictiveDialingCampaignRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - Application id (required) can be found at https://console.cloud.tencent.com/ccc.public Long getCampaignId()
public void setCampaignId(Long CampaignId)
CampaignId - Generated task id.public String getName()
public void setName(String Name)
Name - Task name.public String[] getCallees()
public void setCallees(String[] Callees)
Callees - Called list supporting e.164 or number formats without country code.public String[] getCallers()
public void setCallers(String[] Callers)
Callers - Calling list using the number formats displayed on the management side.public Long getCallOrder()
public void setCallOrder(Long CallOrder)
CallOrder - Being called sequence: 0 for random 1 for in order.public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId - ID of the used skill group of agents.public Long getPriority()
public void setPriority(Long Priority)
Priority - Running priority of multiple tasks in the same application, from high to low 1 - 5.public Long getExpectedAbandonRate()
public void setExpectedAbandonRate(Long ExpectedAbandonRate)
ExpectedAbandonRate - Expected call drop rate, percentage, 5 - 50.    .public Long getRetryInterval()
public void setRetryInterval(Long RetryInterval)
RetryInterval - Call retry interval, in seconds, [60 - 86,400].public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Task start time. unix timestamp. the task will automatically start after this time.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - Task termination time. unix timestamp. the task will automatically terminate after this time.public Long getIVRId()
public void setIVRId(Long IVRId)
IVRId - Specified ivr id.public Long getRetryTimes()
public void setRetryTimes(Long RetryTimes)
RetryTimes - Number of call retries, 0 - 2.public Variable[] getVariables()
public void setVariables(Variable[] Variables)
Variables - Custom variable.public String getUUI()
public void setUUI(String UUI)
UUI - UUIpublic CalleeAttribute[] getCalleeAttributes()
public void setCalleeAttributes(CalleeAttribute[] CalleeAttributes)
CalleeAttributes - Property of the called.Copyright © 2025. All rights reserved.