Values.PredictAppDefinitionSourceThe definition of an Amazon Q App generated based on input such as a conversation or problem statement.
type nonrec t = {title : Title.t option;The title of the generated Q App definition.
*)description : Description.t option;The description of the generated Q App definition.
*)appDefinition : AppDefinitionInput.t option;The definition specifying the cards and flow of the generated Q App.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Title.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * Awso.Botodata.value) list ])
list ]
list
| `String of InitialPrompt.t ])
list ])
list ]