Module Values_1.EvaluationSearchSummarySource

Summary of evaluation obtained from the search operation.

Sourcetype nonrec t = {
  1. evaluationId : Values_0.ResourceId.t option;
    (*

    A unique identifier for the contact evaluation.

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

    The Amazon Resource Name (ARN) for the contact evaluation resource.

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

    The unique identifier for the evaluation form.

    *)
  4. evaluationFormVersion : Values_0.VersionNumber.t option;
    (*

    A version of the evaluation form.

    *)
  5. evaluationFormTitle : Values_0.EvaluationFormTitle.t option;
    (*

    Title of the evaluation form.

    *)
  6. metadata : EvaluationSearchMetadata.t option;
    (*

    Summary information about the evaluation search.

    *)
  7. status : EvaluationStatus.t option;
    (*

    The status of the evaluation.

    *)
  8. evaluationType : EvaluationType.t option;
    (*

    Type of the evaluation.

    *)
  9. createdTime : Values_0.Timestamp.t option;
    (*

    The date and time when the evaluation was created, in UTC time.

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

    The date and time when the evaluation was modified last time, in UTC time.

    *)
  11. tags : Values_0.TagMap.t option;
    (*

    The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

    *)
}
Sourceval make : ?evaluationId:??? -> ?evaluationArn:??? -> ?evaluationFormId:??? -> ?evaluationFormVersion:??? -> ?evaluationFormTitle:??? -> ?metadata:??? -> ?status:??? -> ?evaluationType:??? -> ?createdTime:??? -> ?lastModifiedTime:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.VersionNumber.t | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.ResourceId.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 | `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