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