Module Values_1.EvaluationSearchMetadataSource

Metadata information about an evaluation search.

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 person who evaluated the contact.

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

    The unique ID of the agent who handled the contact.

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

    The calibration session ID that this evaluation belongs to.

    *)
  5. scorePercentage : EvaluationScorePercentage.t option;
    (*

    The total evaluation score expressed as a percentage.

    *)
  6. 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.

    *)
  7. scoreNotApplicable : Values_0.Boolean.t option;
    (*

    The flag to mark the item as not applicable for scoring.

    *)
  8. autoEvaluationEnabled : Values_0.Boolean.t option;
    (*

    Whether auto-evaluation is enabled.

    *)
  9. autoEvaluationStatus : Values_0.AutoEvaluationStatus.t option;
    (*

    The status of the contact auto evaluation.

    *)
  10. acknowledgedTime : Values_0.Timestamp.t option;
    (*

    When the evaluation was acknowledged by the agent.

    *)
  11. acknowledgedBy : Values_0.ARN.t option;
    (*

    The agent who acknowledged the evaluation.

    *)
  12. acknowledgerComment : EvaluationAcknowledgerCommentString.t option;
    (*

    The comment from the agent when they acknowledged the evaluation.

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

    Identifier of the sampling job.

    *)
  14. reviewId : Values_0.ResourceId.t option;
    (*

    Identifier for the review.

    *)
  15. contactParticipantRole : Values_0.ContactParticipantRole.t option;
    (*

    Role of a contact participant in the evaluation.

    *)
  16. contactParticipantId : Values_0.ResourceId.t option;
    (*

    Identifier for a contact participant in the evaluation.

    *)
}
Sourceval make : ?contactId:??? -> ?evaluatorArn:??? -> ?contactAgentId:??? -> ?calibrationSessionId:??? -> ?scorePercentage:??? -> ?scoreAutomaticFail:??? -> ?scoreNotApplicable:??? -> ?autoEvaluationEnabled:??? -> ?autoEvaluationStatus:??? -> ?acknowledgedTime:??? -> ?acknowledgedBy:??? -> ?acknowledgerComment:??? -> ?samplingJobId:??? -> ?reviewId:??? -> ?contactParticipantRole:??? -> ?contactParticipantId:??? -> unit -> t
Sourceval 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 ]
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