Uses of Class
com.mypurecloud.sdk.v2.model.ConversationCobrowseEventTopicScoredAgent
Packages that use ConversationCobrowseEventTopicScoredAgent
-
Uses of ConversationCobrowseEventTopicScoredAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationCobrowseEventTopicScoredAgentModifier and TypeMethodDescriptionConversationCobrowseEventTopicScoredAgent.agent(ConversationCobrowseEventTopicUriReference agent) A UriReference for a resourceAgent's score for the current conversation, from 0 - 100, higher being betterMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationCobrowseEventTopicScoredAgentModifier and TypeMethodDescriptionConversationCobrowseEventTopicConversationRoutingData.getScoredAgents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationCobrowseEventTopicScoredAgentModifier and TypeMethodDescriptionConversationCobrowseEventTopicConversationRoutingData.scoredAgents(List<ConversationCobrowseEventTopicScoredAgent> scoredAgents) A collection of agents and their assigned scores for this conversation (0 - 100, higher being better), for use in routing to preferred agentsvoidConversationCobrowseEventTopicConversationRoutingData.setScoredAgents(List<ConversationCobrowseEventTopicScoredAgent> scoredAgents)