Values.PredictQAppInputSourceGenerates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The resulting app definition can be used to call CreateQApp. This API doesn't create Amazon Q Apps directly.
type nonrec t = {instanceId : InstanceId.t;The unique identifier of the Amazon Q Business application environment instance.
*)options : PredictQAppInputOptions.t option;The input to generate the Q App definition from, either a conversation or problem statement.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of InstanceId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ConversationMessageBodyString.t ])
list ]
list
| `String of PredictQAppInputOptionsProblemStatementString.t ])
list ])
list ]