| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
ConversationMessage |
ConversationMessage.clone() |
ConversationMessage |
ConversationMessage.withBody(String body)
The text content of the conversation message.
|
ConversationMessage |
ConversationMessage.withType(Sender type)
The type of the conversation message.
|
ConversationMessage |
ConversationMessage.withType(String type)
The type of the conversation message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConversationMessage> |
PredictQAppInputOptions.getConversation()
A conversation to use as input for generating the Q App definition.
|
| Modifier and Type | Method and Description |
|---|---|
PredictQAppInputOptions |
PredictQAppInputOptions.withConversation(ConversationMessage... conversation)
A conversation to use as input for generating the Q App definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictQAppInputOptions.setConversation(Collection<ConversationMessage> conversation)
A conversation to use as input for generating the Q App definition.
|
PredictQAppInputOptions |
PredictQAppInputOptions.withConversation(Collection<ConversationMessage> conversation)
A conversation to use as input for generating the Q App definition.
|
Copyright © 2025. All rights reserved.