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