Package com.mypurecloud.sdk.v2.model
Class AnalyticsEvaluation
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsEvaluation
- All Implemented Interfaces:
Serializable
AnalyticsEvaluation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of evaluation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassigneeApplicable(Boolean assigneeApplicable) Indicates whether an assignee is applicable for the evaluation.assigneeId(String assigneeId) UserId of the assigneecalibrationId(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 deletedbooleanevaluationId(String evaluationId) Unique identifier for the evaluationevaluationStatus(AnalyticsEvaluation.EvaluationStatusEnum evaluationStatus) Status of evaluationevaluatorId(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 usedinthashCode()oTotalCriticalScore(Long oTotalCriticalScore) oTotalScore(Long oTotalScore) The ID of the associated queueWhether the evaluation has been releasedWhether the evaluation has been rescored at least oncevoidsetAssigneeApplicable(Boolean assigneeApplicable) voidsetAssigneeId(String assigneeId) voidsetCalibrationId(String calibrationId) voidsetContextId(String contextId) voidsetDeleted(Boolean deleted) voidsetEvaluationId(String evaluationId) voidsetEvaluationStatus(AnalyticsEvaluation.EvaluationStatusEnum evaluationStatus) voidsetEvaluatorId(String evaluatorId) voidsetEventTime(Date eventTime) voidvoidsetFormName(String formName) voidsetOTotalCriticalScore(Long oTotalCriticalScore) voidsetOTotalScore(Long oTotalScore) voidsetQueueId(String queueId) voidsetReleased(Boolean released) voidsetRescored(Boolean rescored) voidsetSystemSubmitted(Boolean systemSubmitted) voidsystemSubmitted(Boolean systemSubmitted) Whether the evaluation was auto submitted by the systemtoString()ID of the agent the evaluation was performed against
-
Constructor Details
-
AnalyticsEvaluation
public AnalyticsEvaluation() -
AnalyticsEvaluation
-
-
Method Details
-
assigneeApplicable
Indicates whether an assignee is applicable for the evaluation. Set to false when assignee is not applicable -
getAssigneeApplicable
-
setAssigneeApplicable
-
assigneeId
UserId of the assignee -
getAssigneeId
-
setAssigneeId
-
calibrationId
The calibration ID used for the purpose of training evaluators -
getCalibrationId
-
setCalibrationId
-
contextId
A unique identifier for an evaluation form, regardless of version -
getContextId
-
setContextId
-
deleted
Whether the evaluation has been deleted -
getDeleted
-
setDeleted
-
evaluationId
Unique identifier for the evaluation -
getEvaluationId
-
setEvaluationId
-
evaluationStatus
public AnalyticsEvaluation evaluationStatus(AnalyticsEvaluation.EvaluationStatusEnum evaluationStatus) Status of evaluation -
getEvaluationStatus
-
setEvaluationStatus
-
evaluatorId
A unique identifier of the user who evaluated the interaction -
getEvaluatorId
-
setEvaluatorId
-
eventTime
Specifies when an evaluation occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventTime
-
setEventTime
-
formId
ID of the evaluation form used -
getFormId
-
setFormId
-
formName
Name of the evaluation form used -
getFormName
-
setFormName
-
queueId
The ID of the associated queue -
getQueueId
-
setQueueId
-
released
Whether the evaluation has been released -
getReleased
-
setReleased
-
rescored
Whether the evaluation has been rescored at least once -
getRescored
-
setRescored
-
systemSubmitted
Whether the evaluation was auto submitted by the system -
getSystemSubmitted
-
setSystemSubmitted
-
userId
ID of the agent the evaluation was performed against -
getUserId
-
setUserId
-
oTotalCriticalScore
-
getOTotalCriticalScore
-
setOTotalCriticalScore
-
oTotalScore
-
getOTotalScore
-
setOTotalScore
-
equals
-
hashCode
public int hashCode() -
toString
-