TextInputCard

A card in an Amazon Q App that allows the user to input text.

Types

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

Properties

Link copied to clipboard

The default value to pre-populate in the text input field.

Link copied to clipboard

Any dependencies or requirements for the text input card.

Link copied to clipboard
val id: String

The unique identifier of the text input card.

Link copied to clipboard

The placeholder text to display in the text input field.

Link copied to clipboard

The title or label of the text input card.

Link copied to clipboard

The type of the card.

Functions

Link copied to clipboard
inline fun copy(block: TextInputCard.Builder.() -> Unit = {}): TextInputCard
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