Values.QueryInputDataSourceInput information for the query.
type nonrec t = {queryTextInputData : QueryTextInputData.t option;Input information for the query.
*)intentInputData : IntentInputData.t option;Input information for the intent.
*)caseSummarizationInputData : CaseSummarizationInputData.t option;Input data for case summarization queries.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of QueryText.t ]) list ])
list ]