Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemScoredAgent
Packages that use WorkitemScoredAgent
-
Uses of WorkitemScoredAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemScoredAgentModifier and TypeMethodDescriptionWorkitemScoredAgent.agent(UserReference agent) The agentAgent's score for the workitem, from 0 - 100, higher being betterMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkitemScoredAgentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkitemScoredAgentModifier and TypeMethodDescriptionWorkitem.scoredAgents(List<WorkitemScoredAgent> scoredAgents) A list of scored agents for the Workitem.WorkitemVersion.scoredAgents(List<WorkitemScoredAgent> scoredAgents) A list of scored agents for the Workitem.voidWorkitem.setScoredAgents(List<WorkitemScoredAgent> scoredAgents) voidWorkitemVersion.setScoredAgents(List<WorkitemScoredAgent> scoredAgents)