QQueryCard

A card in a Amazon Q App that generates a response based on the Amazon Q Business service.

Types

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

Properties

Link copied to clipboard

The Amazon Q Business filters applied in this query card when resolving data sources

Link copied to clipboard

Any dependencies or requirements for the query card.

Link copied to clipboard
val id: String

The unique identifier of the query card.

Link copied to clipboard

Any dependencies for the query card, where the dependencies are references to the collected responses.

Link copied to clipboard

The source or type of output generated by the query card.

Link copied to clipboard

The prompt or instructions displayed for the query card.

Link copied to clipboard

The title or label of the query card.

Link copied to clipboard

The type of the card.

Functions

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