Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicConversationRoutingData
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicConversationRoutingData
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicConversationRoutingData
extends Object
implements Serializable
Information on how a communication should be routed to an agent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationSocialExpressionEventTopicConversationRoutingData(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQueue()inthashCode()A UriReference for a resourceThe priority of the conversation to use for routing decisionsA collection of agents and their assigned scores for this conversation (0 - 100, higher being better), for use in routing to preferred agentsvoidvoidsetPriority(Long priority) voidvoidvoidThe skills to use for routing decisionstoString()
-
Constructor Details
-
QueueConversationSocialExpressionEventTopicConversationRoutingData
public QueueConversationSocialExpressionEventTopicConversationRoutingData() -
QueueConversationSocialExpressionEventTopicConversationRoutingData
public QueueConversationSocialExpressionEventTopicConversationRoutingData(Boolean initWithEmptyList)
-
-
Method Details
-
queue
-
getQueue
-
setQueue
-
language
public QueueConversationSocialExpressionEventTopicConversationRoutingData language(QueueConversationSocialExpressionEventTopicUriReference language) A UriReference for a resource -
getLanguage
-
setLanguage
-
priority
The priority of the conversation to use for routing decisions -
getPriority
-
setPriority
-
skills
public QueueConversationSocialExpressionEventTopicConversationRoutingData skills(List<QueueConversationSocialExpressionEventTopicUriReference> skills) The skills to use for routing decisions -
getSkills
-
setSkills
-
scoredAgents
public QueueConversationSocialExpressionEventTopicConversationRoutingData scoredAgents(List<QueueConversationSocialExpressionEventTopicScoredAgent> 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
public void setScoredAgents(List<QueueConversationSocialExpressionEventTopicScoredAgent> scoredAgents) -
equals
-
hashCode
public int hashCode() -
toString
-