| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UtteranceBotResponse |
UtteranceBotResponse.clone() |
UtteranceBotResponse |
UtteranceBotResponse.withContent(String content)
The text of the response to the utterance from the bot.
|
UtteranceBotResponse |
UtteranceBotResponse.withContentType(String contentType)
The type of the response.
|
UtteranceBotResponse |
UtteranceBotResponse.withContentType(UtteranceContentType contentType)
The type of the response.
|
UtteranceBotResponse |
UtteranceBotResponse.withImageResponseCard(ImageResponseCard imageResponseCard) |
| Modifier and Type | Method and Description |
|---|---|
List<UtteranceBotResponse> |
UtteranceSpecification.getBotResponses()
A list of objects containing information about the bot response to the utterance.
|
| Modifier and Type | Method and Description |
|---|---|
UtteranceSpecification |
UtteranceSpecification.withBotResponses(UtteranceBotResponse... botResponses)
A list of objects containing information about the bot response to the utterance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UtteranceSpecification.setBotResponses(Collection<UtteranceBotResponse> botResponses)
A list of objects containing information about the bot response to the utterance.
|
UtteranceSpecification |
UtteranceSpecification.withBotResponses(Collection<UtteranceBotResponse> botResponses)
A list of objects containing information about the bot response to the utterance.
|
Copyright © 2023. All rights reserved.