Values_2.QAResultSourceThe QA result that is made from the DashboardVisual or GeneratedAnswer.
type nonrec t = {resultType : QAResultType.t option;The type of QA result.
*)dashboardVisual : Values_1.DashboardVisualResult.t option;The representation of a dashboard visual result.
*)generatedAnswer : GeneratedAnswerResult.t option;The representation of a generated answer result.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.ShortRestrictiveResourceId.t ])
list ])
list ]