Package com.mypurecloud.sdk.v2.model
Class AgentDirectRoutingBackupSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentDirectRoutingBackupSettings
- All Implemented Interfaces:
Serializable
AgentDirectRoutingBackupSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentWaitSeconds(Integer agentWaitSeconds) Time (in seconds) that a Direct Routing interaction will wait for Direct Routing agent before going to selected backup.booleaninthashCode()ID of queue to be used as backup.voidsetAgentWaitSeconds(Integer agentWaitSeconds) voidsetQueueId(String queueId) voidvoidsetWaitForAgent(Boolean waitForAgent) toString()ID of user to be used as backup.waitForAgent(Boolean waitForAgent) Flag indicating if Direct Routing interactions should wait for Direct Routing agent or go immediately to selected backup.
-
Constructor Details
-
AgentDirectRoutingBackupSettings
public AgentDirectRoutingBackupSettings() -
AgentDirectRoutingBackupSettings
-
-
Method Details
-
queueId
ID of queue to be used as backup. If queueId and userId are both specified, queue behaves as secondary backup. -
getQueueId
-
setQueueId
-
userId
ID of user to be used as backup. If queueId and userId are both specified, user behaves as primary backup. -
getUserId
-
setUserId
-
waitForAgent
Flag indicating if Direct Routing interactions should wait for Direct Routing agent or go immediately to selected backup. -
getWaitForAgent
-
setWaitForAgent
-
agentWaitSeconds
Time (in seconds) that a Direct Routing interaction will wait for Direct Routing agent before going to selected backup. Valid range [60, 864000]. -
getAgentWaitSeconds
-
setAgentWaitSeconds
-
getBackedUpUsers
-
equals
-
hashCode
public int hashCode() -
toString
-