Uses of Class
com.mypurecloud.sdk.v2.model.ScoredAgent
Packages that use ScoredAgent
-
Uses of ScoredAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScoredAgentModifier and TypeMethodDescriptionScoredAgent.agent(DomainEntityRef agent) The agentAgent'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 ScoredAgentModifier and TypeMethodDescriptionConversationRoutingData.getScoredAgents()RoutingConversationAttributesResponse.getScoredAgents()RoutingData.getScoredAgents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScoredAgentModifier and TypeMethodDescriptionConversationRoutingData.scoredAgents(List<ScoredAgent> scoredAgents) A collection of agents and their assigned scores for this conversation (0 - 100, higher being better), for use in routing to preferred agentsRoutingConversationAttributesResponse.scoredAgents(List<ScoredAgent> scoredAgents) Current scored agents on in-queue conversationRoutingData.scoredAgents(List<ScoredAgent> scoredAgents) A list of scored agents for routing decisions.voidConversationRoutingData.setScoredAgents(List<ScoredAgent> scoredAgents) voidRoutingConversationAttributesResponse.setScoredAgents(List<ScoredAgent> scoredAgents) voidRoutingData.setScoredAgents(List<ScoredAgent> scoredAgents)