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