| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
PredictQAppInputOptions |
PredictQAppInputOptions.clone() |
PredictQAppInputOptions |
PredictQAppRequest.getOptions()
The input to generate the Q App definition from, either a conversation or problem statement.
|
PredictQAppInputOptions |
PredictQAppInputOptions.withConversation(Collection<ConversationMessage> conversation)
A conversation to use as input for generating the Q App definition.
|
PredictQAppInputOptions |
PredictQAppInputOptions.withConversation(ConversationMessage... conversation)
A conversation to use as input for generating the Q App definition.
|
PredictQAppInputOptions |
PredictQAppInputOptions.withProblemStatement(String problemStatement)
A problem statement to use as input for generating the Q App definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictQAppRequest.setOptions(PredictQAppInputOptions options)
The input to generate the Q App definition from, either a conversation or problem statement.
|
PredictQAppRequest |
PredictQAppRequest.withOptions(PredictQAppInputOptions options)
The input to generate the Q App definition from, either a conversation or problem statement.
|
Copyright © 2025. All rights reserved.