Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsEvaluation
Packages that use AnalyticsEvaluation
-
Uses of AnalyticsEvaluation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsEvaluationModifier and TypeMethodDescriptionAnalyticsEvaluation.assigneeApplicable(Boolean assigneeApplicable) Indicates whether an assignee is applicable for the evaluation.AnalyticsEvaluation.assigneeId(String assigneeId) UserId of the assigneeAnalyticsEvaluation.calibrationId(String calibrationId) The calibration ID used for the purpose of training evaluatorsA unique identifier for an evaluation form, regardless of versionWhether the evaluation has been deletedAnalyticsEvaluation.evaluationId(String evaluationId) Unique identifier for the evaluationAnalyticsEvaluation.evaluationStatus(AnalyticsEvaluation.EvaluationStatusEnum evaluationStatus) Status of evaluationAnalyticsEvaluation.evaluatorId(String evaluatorId) A unique identifier of the user who evaluated the interactionSpecifies when an evaluation occurred.ID of the evaluation form usedName of the evaluation form usedAnalyticsEvaluation.oTotalCriticalScore(Long oTotalCriticalScore) AnalyticsEvaluation.oTotalScore(Long oTotalScore) The ID of the associated queueWhether the evaluation has been releasedWhether the evaluation has been rescored at least onceAnalyticsEvaluation.systemSubmitted(Boolean systemSubmitted) Whether the evaluation was auto submitted by the systemID of the agent the evaluation was performed againstMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnalyticsEvaluationModifier and TypeMethodDescriptionAnalyticsConversation.getEvaluations()AnalyticsConversationWithoutAttributes.getEvaluations()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsEvaluationModifier and TypeMethodDescriptionAnalyticsConversation.evaluations(List<AnalyticsEvaluation> evaluations) Evaluations associated with this conversationAnalyticsConversationWithoutAttributes.evaluations(List<AnalyticsEvaluation> evaluations) Evaluations associated with this conversationvoidAnalyticsConversation.setEvaluations(List<AnalyticsEvaluation> evaluations) voidAnalyticsConversationWithoutAttributes.setEvaluations(List<AnalyticsEvaluation> evaluations)