Values.CardSourceA card representing a component or step in an Amazon Q App's flow.
type nonrec t = {textInput : TextInputCard.t option;A container for the properties of the text input card.
*)qQuery : QQueryCard.t option;A container for the properties of the query card.
*)qPlugin : QPluginCard.t option;A container for the properties of the plugin card.
*)fileUpload : FileUploadCard.t option;A container for the properties of the file upload card.
*)formInput : FormInputCard.t option;A container for the properties of the form input card.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ]) list ]