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