| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static UtteranceBotResponse.Builder |
UtteranceBotResponse.builder() |
UtteranceBotResponse.Builder |
UtteranceBotResponse.Builder.content(String content)
The text of the response to the utterance from the bot.
|
UtteranceBotResponse.Builder |
UtteranceBotResponse.Builder.contentType(String contentType)
The type of the response.
|
UtteranceBotResponse.Builder |
UtteranceBotResponse.Builder.contentType(UtteranceContentType contentType)
The type of the response.
|
default UtteranceBotResponse.Builder |
UtteranceBotResponse.Builder.imageResponseCard(Consumer<ImageResponseCard.Builder> imageResponseCard)
Sets the value of the ImageResponseCard property for this object.
|
UtteranceBotResponse.Builder |
UtteranceBotResponse.Builder.imageResponseCard(ImageResponseCard imageResponseCard)
Sets the value of the ImageResponseCard property for this object.
|
UtteranceBotResponse.Builder |
UtteranceBotResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UtteranceBotResponse.Builder> |
UtteranceBotResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.