Module Values_1.EvaluationAnswerOutputSource

Information about output answers for a contact evaluation.

Sourcetype nonrec t = {
  1. value : EvaluationAnswerData.t option;
    (*

    The value for an answer in a contact evaluation.

    *)
  2. systemSuggestedValue : EvaluationAnswerData.t option;
    (*

    The system suggested value for an answer in a contact evaluation.

    *)
  3. suggestedAnswers : EvaluationSuggestedAnswersList.t option;
    (*

    Automation suggested answers for the questions.

    *)
}
Sourceval make : ?value:??? -> ?systemSuggestedValue:??? -> ?suggestedAnswers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 | `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 ]
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