Module Values_2.QAResultSource

The QA result that is made from the DashboardVisual or GeneratedAnswer.

Sourcetype nonrec t = {
  1. resultType : QAResultType.t option;
    (*

    The type of QA result.

    *)
  2. dashboardVisual : Values_1.DashboardVisualResult.t option;
    (*

    The representation of a dashboard visual result.

    *)
  3. generatedAnswer : GeneratedAnswerResult.t option;
    (*

    The representation of a generated answer result.

    *)
}
Sourceval make : ?resultType:??? -> ?dashboardVisual:??? -> ?generatedAnswer:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of Values_0.ShortRestrictiveResourceId.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