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