Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsScoredAgent
Packages that use AnalyticsScoredAgent
-
Uses of AnalyticsScoredAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsScoredAgentModifier and TypeMethodDescriptionAnalyticsScoredAgent.agentScore(Integer agentScore) Assigned agent score for this conversation (0 - 100, higher being better)AnalyticsScoredAgent.scoredAgentId(String scoredAgentId) Unique identifier for the agent that was scored for this conversationMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnalyticsScoredAgentModifier and TypeMethodDescriptionAnalyticsConversationSegment.getScoredAgents()ObservationValue.getScoredAgents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsScoredAgentModifier and TypeMethodDescriptionAnalyticsConversationSegment.scoredAgents(List<AnalyticsScoredAgent> scoredAgents) Scored agentsObservationValue.scoredAgents(List<AnalyticsScoredAgent> scoredAgents) voidAnalyticsConversationSegment.setScoredAgents(List<AnalyticsScoredAgent> scoredAgents) voidObservationValue.setScoredAgents(List<AnalyticsScoredAgent> scoredAgents)