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() |
|