Values.CardInputSourceThe properties defining an input card in an Amazon Q App.
type nonrec t = {textInput : TextInputCardInput.t option;A container for the properties of the text input card.
*)qQuery : QQueryCardInput.t option;A container for the properties of the query input card.
*)qPlugin : QPluginCardInput.t option;A container for the properties of the plugin input card.
*)fileUpload : FileUploadCardInput.t option;A container for the properties of the file upload input card.
*)formInput : FormInputCardInput.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 ]