Card
A card representing a component or step in an Amazon Q App's flow.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- fileUpload
-
A container for the properties of the file upload card.
Type: FileUploadCard object
Required: No
- formInput
-
A container for the properties of the form input card.
Type: FormInputCard object
Required: No
- qPlugin
-
A container for the properties of the plugin card.
Type: QPluginCard object
Required: No
- qQuery
-
A container for the properties of the query card.
Type: QQueryCard object
Required: No
- textInput
-
A container for the properties of the text input card.
Type: TextInputCard object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: