FormInputCard

A card in an Amazon Q App that allows the user to submit a response.

Types

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

Properties

Link copied to clipboard

The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of append shall allow participants to submit the same form multiple times with different values. A compute mode of replacecode> shall overwrite the current value for each participant.

Link copied to clipboard

Any dependencies or requirements for the form input card.

Link copied to clipboard
val id: String

The unique identifier of the form input card.

Link copied to clipboard

The metadata that defines the form input card data.

Link copied to clipboard

The title of the form input card.

Link copied to clipboard

The type of the card.

Functions

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