CardValue

class CardValue

The value or result associated with a card in a Amazon Q App session.

Types

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

Properties

Link copied to clipboard

The unique identifier of the card.

Link copied to clipboard

The structure that describes how the current form card value is mutated. Only applies for form cards when multiple responses are allowed.

Link copied to clipboard

The value or result associated with the card.

Functions

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