Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationCobrowseEventTopicConversationRoutingData
Packages that use QueueConversationCobrowseEventTopicConversationRoutingData
-
Uses of QueueConversationCobrowseEventTopicConversationRoutingData in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationCobrowseEventTopicConversationRoutingDataModifier and TypeMethodDescriptionQueueConversationCobrowseEventTopicCobrowseMediaParticipant.getConversationRoutingData()QueueConversationCobrowseEventTopicConversationRoutingData.language(QueueConversationCobrowseEventTopicUriReference language) A UriReference for a resourceThe priority of the conversation to use for routing decisionsQueueConversationCobrowseEventTopicConversationRoutingData.queue(QueueConversationCobrowseEventTopicUriReference queue) A UriReference for a resourceQueueConversationCobrowseEventTopicConversationRoutingData.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 agentsQueueConversationCobrowseEventTopicConversationRoutingData.skills(List<QueueConversationCobrowseEventTopicUriReference> skills) The skills to use for routing decisionsMethods in com.mypurecloud.sdk.v2.model with parameters of type QueueConversationCobrowseEventTopicConversationRoutingDataModifier and TypeMethodDescriptionQueueConversationCobrowseEventTopicCobrowseMediaParticipant.conversationRoutingData(QueueConversationCobrowseEventTopicConversationRoutingData conversationRoutingData) voidQueueConversationCobrowseEventTopicCobrowseMediaParticipant.setConversationRoutingData(QueueConversationCobrowseEventTopicConversationRoutingData conversationRoutingData)