Package com.mypurecloud.sdk.v2.model
Class QueueConversationMessageEventTopicConversationRoutingData
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationMessageEventTopicConversationRoutingData
- All Implemented Interfaces:
Serializable
public class QueueConversationMessageEventTopicConversationRoutingData
extends Object
implements Serializable
QueueConversationMessageEventTopicConversationRoutingData
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationMessageEventTopicConversationRoutingData(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQueue()inthashCode()A UriReference for a resourceThe priority of the conversation to use for routing decisionsA UriReference for a resourcescoredAgents(List<QueueConversationMessageEventTopicScoredAgent> 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<QueueConversationMessageEventTopicScoredAgent> scoredAgents) voidThe skills to use for routing decisionstoString()
-
Constructor Details
-
QueueConversationMessageEventTopicConversationRoutingData
public QueueConversationMessageEventTopicConversationRoutingData() -
QueueConversationMessageEventTopicConversationRoutingData
-
-
Method Details
-
queue
public QueueConversationMessageEventTopicConversationRoutingData queue(QueueConversationMessageEventTopicUriReference queue) A UriReference for a resource -
getQueue
-
setQueue
-
language
public QueueConversationMessageEventTopicConversationRoutingData language(QueueConversationMessageEventTopicUriReference language) A UriReference for a resource -
getLanguage
-
setLanguage
-
priority
The priority of the conversation to use for routing decisions -
getPriority
-
setPriority
-
skills
public QueueConversationMessageEventTopicConversationRoutingData skills(List<QueueConversationMessageEventTopicUriReference> skills) The skills to use for routing decisions -
getSkills
-
setSkills
-
scoredAgents
public QueueConversationMessageEventTopicConversationRoutingData scoredAgents(List<QueueConversationMessageEventTopicScoredAgent> 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
-