Values_1.EvaluationMetadataSourceMetadata information about a contact evaluation.
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 user who last updated the evaluation.
*)contactAgentId : Values_0.ResourceId.t option;The identifier of the agent who performed the contact.
*)calibrationSessionId : Values_0.ResourceId.t option;The calibration session ID that this evaluation belongs to.
*)score : EvaluationScore.t option;The overall score of the contact evaluation.
*)autoEvaluation : Values_0.AutoEvaluationDetails.t option;Information related to automated evaluation.
*)acknowledgement : EvaluationAcknowledgement.t option;Information related to evaluation acknowledgement.
*)review : EvaluationReviewMetadata.t option;Information about reviews of this evaluation.
*)contactParticipant : EvaluationContactParticipant.t option;Information about a contact participant in this evaluation.
*)samplingJobId : Values_0.ResourceId.t option;Identifier of the sampling job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ContactId.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of EvaluationScorePercentage.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `String of EvaluationReviewRequestCommentContent.t
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `String of Values_0.ARN.t
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]