FileUploadCard

A card in an Amazon Q App that allows the user to upload a file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag indicating if the user can override the default file for the upload card.

Link copied to clipboard

Any dependencies or requirements for the file upload card.

Link copied to clipboard

The unique identifier of the file associated with the card.

Link copied to clipboard

The name of the file being uploaded.

Link copied to clipboard
val id: String

The unique identifier of the file upload card.

Link copied to clipboard

The title of the file upload card.

Link copied to clipboard

The type of the card.

Functions

Link copied to clipboard
inline fun copy(block: FileUploadCard.Builder.() -> Unit = {}): FileUploadCard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String