QQueryCardInput

The input shape for defining a query card in an Amazon Q App.

Types

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

Properties

Link copied to clipboard

Turns on filtering of responses based on document attributes or metadata fields.

Link copied to clipboard
val id: String

The unique identifier of the query card.

Link copied to clipboard

The source or type of output to generate for 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: QQueryCardInput.Builder.() -> Unit = {}): QQueryCardInput
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