Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemScoredAgentRequest
Packages that use WorkitemScoredAgentRequest
-
Uses of WorkitemScoredAgentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemScoredAgentRequestModifier and TypeMethodDescriptionAn agents ID.Agent's score for the workitem, from 0 - 100, higher being betterMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkitemScoredAgentRequestModifier and TypeMethodDescriptionWorkitemCreate.getScoredAgents()WorkitemUpdate.getScoredAgents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkitemScoredAgentRequestModifier and TypeMethodDescriptionWorkitemCreate.scoredAgents(List<WorkitemScoredAgentRequest> scoredAgents) A list of scored agents for the Workitem.WorkitemUpdate.scoredAgents(List<WorkitemScoredAgentRequest> scoredAgents) A list of scored agents for the Workitem.voidWorkitemCreate.setScoredAgents(List<WorkitemScoredAgentRequest> scoredAgents) voidWorkitemUpdate.setScoredAgents(List<WorkitemScoredAgentRequest> scoredAgents)