Package com.mypurecloud.sdk.v2.model
Class QueueConversationEventTopicConversationRoutingData
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicConversationRoutingData
- All Implemented Interfaces:
Serializable
public class QueueConversationEventTopicConversationRoutingData
extends Object
implements Serializable
Information on how a communication should be routed to an agent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationEventTopicConversationRoutingData(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQueue()inthashCode()A UriReference for a resourceThe priority of the conversation to use for routing decisionsscoredAgents(List<QueueConversationEventTopicScoredAgent> scoredAgents) A collection of agents and their assigned scores for this conversation (0 - 100, higher being better), for use in routing to preferred agentsvoidvoidsetPriority(Long priority) voidvoidsetScoredAgents(List<QueueConversationEventTopicScoredAgent> scoredAgents) voidThe skills to use for routing decisionstoString()
-
Constructor Details
-
QueueConversationEventTopicConversationRoutingData
public QueueConversationEventTopicConversationRoutingData() -
QueueConversationEventTopicConversationRoutingData
-
-
Method Details
-
queue
-
getQueue
-
setQueue
-
language
public QueueConversationEventTopicConversationRoutingData language(QueueConversationEventTopicUriReference language) A UriReference for a resource -
getLanguage
-
setLanguage
-
priority
The priority of the conversation to use for routing decisions -
getPriority
-
setPriority
-
skills
public QueueConversationEventTopicConversationRoutingData skills(List<QueueConversationEventTopicUriReference> skills) The skills to use for routing decisions -
getSkills
-
setSkills
-
scoredAgents
public QueueConversationEventTopicConversationRoutingData scoredAgents(List<QueueConversationEventTopicScoredAgent> scoredAgents) A collection of agents and their assigned scores for this conversation (0 - 100, higher being better), for use in routing to preferred agents -
getScoredAgents
-
setScoredAgents
-
equals
-
hashCode
public int hashCode() -
toString
-