Values.PredictQAppInputOptionsSourceThe input options for generating an Q App definition.
type nonrec t = {conversation : PredictQAppInputOptionsConversationList.t option;A conversation to use as input for generating the Q App definition.
*)problemStatement : PredictQAppInputOptionsProblemStatementString.t option;A problem statement to use as input for generating the Q App definition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ConversationMessageBodyString.t ])
list ]
list
| `String of PredictQAppInputOptionsProblemStatementString.t ])
list ]