| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static LexBotConfig.Builder |
LexBotConfig.builder() |
default LexBotConfig.Builder |
LexBotConfig.Builder.lexBot(Consumer<LexBot.Builder> lexBot)
Sets the value of the LexBot property for this object.
|
LexBotConfig.Builder |
LexBotConfig.Builder.lexBot(LexBot lexBot)
Sets the value of the LexBot property for this object.
|
default LexBotConfig.Builder |
LexBotConfig.Builder.lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
LexBotConfig.Builder |
LexBotConfig.Builder.lexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
LexBotConfig.Builder |
LexBotConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LexBotConfig.Builder> |
LexBotConfig.serializableBuilderClass() |
Copyright © 2022. All rights reserved.