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 |
---|---|
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.
|
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 |
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 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 Namepublic 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.Copyright © 2024. All rights reserved.