| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
AppDefinitionInput |
AppDefinitionInput.clone() |
AppDefinitionInput |
PredictAppDefinition.getAppDefinition()
The definition specifying the cards and flow of the generated Q App.
|
AppDefinitionInput |
CreateQAppRequest.getAppDefinition()
The definition of the new Q App, specifying the cards and flow.
|
AppDefinitionInput |
UpdateQAppRequest.getAppDefinition()
The new definition specifying the cards and flow for the Q App.
|
AppDefinitionInput |
AppDefinitionInput.withCards(CardInput... cards)
The cards that make up the Q App definition.
|
AppDefinitionInput |
AppDefinitionInput.withCards(Collection<CardInput> cards)
The cards that make up the Q App definition.
|
AppDefinitionInput |
AppDefinitionInput.withInitialPrompt(String initialPrompt)
The initial prompt displayed when the Q App is started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictAppDefinition.setAppDefinition(AppDefinitionInput appDefinition)
The definition specifying the cards and flow of the generated Q App.
|
void |
CreateQAppRequest.setAppDefinition(AppDefinitionInput appDefinition)
The definition of the new Q App, specifying the cards and flow.
|
void |
UpdateQAppRequest.setAppDefinition(AppDefinitionInput appDefinition)
The new definition specifying the cards and flow for the Q App.
|
PredictAppDefinition |
PredictAppDefinition.withAppDefinition(AppDefinitionInput appDefinition)
The definition specifying the cards and flow of the generated Q App.
|
CreateQAppRequest |
CreateQAppRequest.withAppDefinition(AppDefinitionInput appDefinition)
The definition of the new Q App, specifying the cards and flow.
|
UpdateQAppRequest |
UpdateQAppRequest.withAppDefinition(AppDefinitionInput appDefinition)
The new definition specifying the cards and flow for the Q App.
|
Copyright © 2025. All rights reserved.