Module Values_1.EvaluationGenAIAnswerAnalysisDetailsSource

An analysis for a generative AI answer to the question.

Sourcetype nonrec t = {
  1. justification : EvaluationSuggestedAnswerJustification.t option;
    (*

    Generative AI automation answer justification.

    *)
  2. pointsOfInterest : EvaluationTranscriptPointsOfInterest.t option;
    (*

    Generative AI automation answer analysis points of interest.

    *)
}
Sourceval make : ?justification:??? -> ?pointsOfInterest:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of EvaluationSuggestedAnswerTranscriptSegment.t | `Structure of (string * [> `Integer of EvaluationSuggestedAnswerTranscriptMillisOffset.t ]) list ]) list ] list | `String of EvaluationSuggestedAnswerJustification.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