Module Values_1.EvaluationMetadataSource

Metadata information about a contact evaluation.

Sourcetype nonrec t = {
  1. contactId : Values_0.ContactId.t option;
    (*

    The identifier of the contact in this instance of Amazon Connect.

    *)
  2. evaluatorArn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the user who last updated the evaluation.

    *)
  3. contactAgentId : Values_0.ResourceId.t option;
    (*

    The identifier of the agent who performed the contact.

    *)
  4. calibrationSessionId : Values_0.ResourceId.t option;
    (*

    The calibration session ID that this evaluation belongs to.

    *)
  5. score : EvaluationScore.t option;
    (*

    The overall score of the contact evaluation.

    *)
  6. autoEvaluation : Values_0.AutoEvaluationDetails.t option;
    (*

    Information related to automated evaluation.

    *)
  7. acknowledgement : EvaluationAcknowledgement.t option;
    (*

    Information related to evaluation acknowledgement.

    *)
  8. review : EvaluationReviewMetadata.t option;
    (*

    Information about reviews of this evaluation.

    *)
  9. contactParticipant : EvaluationContactParticipant.t option;
    (*

    Information about a contact participant in this evaluation.

    *)
  10. samplingJobId : Values_0.ResourceId.t option;
    (*

    Identifier of the sampling job.

    *)
}
Sourceval make : ?contactId:??? -> ?evaluatorArn:??? -> ?contactAgentId:??? -> ?calibrationSessionId:??? -> ?score:??? -> ?autoEvaluation:??? -> ?acknowledgement:??? -> ?review:??? -> ?contactParticipant:??? -> ?samplingJobId:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t