CardStatus

The current status and value of a card in an active Amazon Q App session.

Types

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

Properties

Link copied to clipboard

The current state of the card.

Link copied to clipboard

The current value or result associated with the card.

Link copied to clipboard

A list of previous submissions, if the card is a form card.

Functions

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