Package com.mypurecloud.sdk.v2.model
Class QueueConversationChatEventTopicConversationRoutingData
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationChatEventTopicConversationRoutingData
- All Implemented Interfaces:
Serializable
public class QueueConversationChatEventTopicConversationRoutingData
extends Object
implements Serializable
QueueConversationChatEventTopicConversationRoutingData
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationChatEventTopicConversationRoutingData(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<QueueConversationChatEventTopicScoredAgent> 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<QueueConversationChatEventTopicScoredAgent> scoredAgents) voidThe skills to use for routing decisionstoString()
-
Constructor Details
-
QueueConversationChatEventTopicConversationRoutingData
public QueueConversationChatEventTopicConversationRoutingData() -
QueueConversationChatEventTopicConversationRoutingData
-
-
Method Details
-
queue
public QueueConversationChatEventTopicConversationRoutingData queue(QueueConversationChatEventTopicUriReference queue) A UriReference for a resource -
getQueue
-
setQueue
-
language
public QueueConversationChatEventTopicConversationRoutingData language(QueueConversationChatEventTopicUriReference language) A UriReference for a resource -
getLanguage
-
setLanguage
-
priority
The priority of the conversation to use for routing decisions -
getPriority
-
setPriority
-
skills
public QueueConversationChatEventTopicConversationRoutingData skills(List<QueueConversationChatEventTopicUriReference> skills) The skills to use for routing decisions -
getSkills
-
setSkills
-
scoredAgents
public QueueConversationChatEventTopicConversationRoutingData scoredAgents(List<QueueConversationChatEventTopicScoredAgent> 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
-