Values_1.EvaluationSearchMetadataSourceMetadata information about an evaluation search.
type nonrec t = {contactId : Values_0.ContactId.t option;The identifier of the contact in this instance of Amazon Connect.
*)evaluatorArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the person who evaluated the contact.
*)contactAgentId : Values_0.ResourceId.t option;The unique ID of the agent who handled the contact.
*)calibrationSessionId : Values_0.ResourceId.t option;The calibration session ID that this evaluation belongs to.
*)scorePercentage : EvaluationScorePercentage.t option;The total evaluation score expressed as a percentage.
*)scoreAutomaticFail : Values_0.Boolean.t option;The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag is true.
*)scoreNotApplicable : Values_0.Boolean.t option;The flag to mark the item as not applicable for scoring.
*)autoEvaluationEnabled : Values_0.Boolean.t option;Whether auto-evaluation is enabled.
*)autoEvaluationStatus : Values_0.AutoEvaluationStatus.t option;The status of the contact auto evaluation.
*)acknowledgedTime : Values_0.Timestamp.t option;When the evaluation was acknowledged by the agent.
*)acknowledgedBy : Values_0.ARN.t option;The agent who acknowledged the evaluation.
*)acknowledgerComment : EvaluationAcknowledgerCommentString.t option;The comment from the agent when they acknowledged the evaluation.
*)samplingJobId : Values_0.ResourceId.t option;Identifier of the sampling job.
*)reviewId : Values_0.ResourceId.t option;Identifier for the review.
*)contactParticipantRole : Values_0.ContactParticipantRole.t option;Role of a contact participant in the evaluation.
*)contactParticipantId : Values_0.ResourceId.t option;Identifier for a contact participant in the evaluation.
*)}val make :
?contactId:??? ->
?evaluatorArn:??? ->
?contactAgentId:??? ->
?calibrationSessionId:??? ->
?scorePercentage:??? ->
?scoreAutomaticFail:??? ->
?scoreNotApplicable:??? ->
?autoEvaluationEnabled:??? ->
?autoEvaluationStatus:??? ->
?acknowledgedTime:??? ->
?acknowledgedBy:??? ->
?acknowledgerComment:??? ->
?samplingJobId:??? ->
?reviewId:??? ->
?contactParticipantRole:??? ->
?contactParticipantId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of EvaluationScorePercentage.t
| `Enum of string
| `String of Values_0.ContactId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]