Values.CreateQAppInputSourceCreates a new Amazon Q App based on the provided definition. The Q App definition specifies the cards and flow of the Q App. This operation also calculates the dependencies between the cards by inspecting the references in the prompts.
type nonrec t = {instanceId : InstanceId.t;The unique identifier of the Amazon Q Business application environment instance.
*)title : Title.t;The title of the new Q App.
*)description : Description.t option;The description of the new Q App.
*)appDefinition : AppDefinitionInput.t;The definition of the new Q App, specifying the cards and flow.
*)}val make :
?description:??? ->
?tags:??? ->
instanceId:InstanceId.t ->
title:Title.t ->
appDefinition:AppDefinitionInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of InstanceId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * Awso.Botodata.value) list ])
list ]
list
| `String of InitialPrompt.t ])
list ])
list ]