Uses of Class
com.mypurecloud.sdk.v2.model.ConversationCallbackEventTopicScoredAgent
Packages that use ConversationCallbackEventTopicScoredAgent
-
Uses of ConversationCallbackEventTopicScoredAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationCallbackEventTopicScoredAgentModifier and TypeMethodDescriptionConversationCallbackEventTopicScoredAgent.agent(ConversationCallbackEventTopicUriReference 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 ConversationCallbackEventTopicScoredAgentModifier and TypeMethodDescriptionConversationCallbackEventTopicConversationRoutingData.getScoredAgents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationCallbackEventTopicScoredAgentModifier and TypeMethodDescriptionConversationCallbackEventTopicConversationRoutingData.scoredAgents(List<ConversationCallbackEventTopicScoredAgent> scoredAgents) A collection of agents and their assigned scores for this conversation (0 - 100, higher being better), for use in routing to preferred agentsvoidConversationCallbackEventTopicConversationRoutingData.setScoredAgents(List<ConversationCallbackEventTopicScoredAgent> scoredAgents)