Module Values_1.EvaluationSource

Information about a contact evaluation.

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. metadata : EvaluationMetadata.t option;
    (*

    Metadata about the contact evaluation.

    *)
  4. answers : EvaluationAnswersOutputMap.t option;
    (*

    A map of question identifiers to answer value.

    *)
  5. notes : EvaluationNotesMap.t option;
    (*

    A map of question identifiers to note value.

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

    The status of the contact evaluation.

    *)
  7. scores : EvaluationScoresMap.t option;
    (*

    A map of item (section or question) identifiers to score value.

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

    The timestamp for when the evaluation was created.

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

    The timestamp for when the evaluation was last updated.

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

    Type of the evaluation.

    *)
  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:??? -> ?metadata:??? -> ?answers:??? -> ?notes:??? -> ?status:??? -> ?scores:??? -> ?createdTime:??? -> ?lastModifiedTime:??? -> ?evaluationType:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of Values_0.ResourceId.t ] * [> `String of string | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Double of EvaluationScorePercentage.t | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Double of EvaluationAnswerDataNumericValue.t | `Enum of string | `List of [> `String of EvaluationAnswerDataStringValue.t ] list | `String of EvaluationAnswerDataStringValue.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of EvaluationSuggestedAnswerTranscriptSegment.t | `Structure of (string * [> `Integer of EvaluationSuggestedAnswerTranscriptMillisOffset.t ]) list ]) list ] list | `String of EvaluationSuggestedAnswerTranscriptSegment.t | `Structure of (string * [> `Integer of EvaluationSuggestedAnswerTranscriptMillisOffset.t ]) list ]) list ] list | `String of EvaluationSuggestedAnswerJustification.t ]) list ]) list ]) list ] list | `String of EvaluationNoteString.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Double of EvaluationAnswerDataNumericValue.t | `List of [> `String of EvaluationAnswerDataStringValue.t ] list | `String of EvaluationAnswerDataStringValue.t ]) list ]) list ]) list | `String of Values_0.ResourceId.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 | `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