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