| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
QQueryCardInput |
QQueryCardInput.clone() |
QQueryCardInput |
CardInput.getQQuery()
A container for the properties of the query input card.
|
QQueryCardInput |
QQueryCardInput.withAttributeFilter(AttributeFilter attributeFilter)
Turns on filtering of responses based on document attributes or metadata fields.
|
QQueryCardInput |
QQueryCardInput.withId(String id)
The unique identifier of the query card.
|
QQueryCardInput |
QQueryCardInput.withOutputSource(CardOutputSource outputSource)
The source or type of output to generate for the query card.
|
QQueryCardInput |
QQueryCardInput.withOutputSource(String outputSource)
The source or type of output to generate for the query card.
|
QQueryCardInput |
QQueryCardInput.withPrompt(String prompt)
The prompt or instructions displayed for the query card.
|
QQueryCardInput |
QQueryCardInput.withTitle(String title)
The title or label of the query card.
|
QQueryCardInput |
QQueryCardInput.withType(CardType type)
The type of the card.
|
QQueryCardInput |
QQueryCardInput.withType(String type)
The type of the card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardInput.setQQuery(QQueryCardInput qQuery)
A container for the properties of the query input card.
|
CardInput |
CardInput.withQQuery(QQueryCardInput qQuery)
A container for the properties of the query input card.
|
Copyright © 2025. All rights reserved.