Package com.mypurecloud.sdk.v2.model
Class ConversationScreenShareEventTopicConversationRoutingData
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationScreenShareEventTopicConversationRoutingData
- All Implemented Interfaces:
Serializable
public class ConversationScreenShareEventTopicConversationRoutingData
extends Object
implements Serializable
ConversationScreenShareEventTopicConversationRoutingData
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversationScreenShareEventTopicConversationRoutingData(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<ConversationScreenShareEventTopicScoredAgent> 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<ConversationScreenShareEventTopicScoredAgent> scoredAgents) voidThe skills to use for routing decisionstoString()
-
Constructor Details
-
ConversationScreenShareEventTopicConversationRoutingData
public ConversationScreenShareEventTopicConversationRoutingData() -
ConversationScreenShareEventTopicConversationRoutingData
-
-
Method Details
-
getQueue
-
getLanguage
-
priority
The priority of the conversation to use for routing decisions -
getPriority
-
setPriority
-
skills
public ConversationScreenShareEventTopicConversationRoutingData skills(List<ConversationScreenShareEventTopicUriReference> skills) The skills to use for routing decisions -
getSkills
-
setSkills
-
scoredAgents
public ConversationScreenShareEventTopicConversationRoutingData scoredAgents(List<ConversationScreenShareEventTopicScoredAgent> 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