Package com.mypurecloud.sdk.v2.model
Class ConversationEventTopicConversationRoutingData
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicConversationRoutingData
- All Implemented Interfaces:
Serializable
Information on how a communication should be routed to an agent.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQueue()inthashCode()language(ConversationEventTopicUriReference language) A UriReference for a resourceThe priority of the conversation to use for routing decisionsscoredAgents(List<ConversationEventTopicScoredAgent> 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<ConversationEventTopicScoredAgent> scoredAgents) voidskills(List<ConversationEventTopicUriReference> skills) The skills to use for routing decisionstoString()
-
Constructor Details
-
ConversationEventTopicConversationRoutingData
public ConversationEventTopicConversationRoutingData() -
ConversationEventTopicConversationRoutingData
-
-
Method Details
-
queue
public ConversationEventTopicConversationRoutingData queue(ConversationEventTopicUriReference queue) -
getQueue
-
setQueue
-
language
public ConversationEventTopicConversationRoutingData language(ConversationEventTopicUriReference language) A UriReference for a resource -
getLanguage
-
setLanguage
-
priority
The priority of the conversation to use for routing decisions -
getPriority
-
setPriority
-
skills
public ConversationEventTopicConversationRoutingData skills(List<ConversationEventTopicUriReference> skills) The skills to use for routing decisions -
getSkills
-
setSkills
-
scoredAgents
public ConversationEventTopicConversationRoutingData scoredAgents(List<ConversationEventTopicScoredAgent> 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
-