| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static LexBot.Builder |
LexBot.builder() |
LexBot.Builder |
LexBot.Builder.lexRegion(String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
|
LexBot.Builder |
LexBot.Builder.name(String name)
The name of the Amazon Lex bot.
|
LexBot.Builder |
LexBot.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LexBot.Builder> |
LexBot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssociateBotRequest.Builder |
AssociateBotRequest.Builder.lexBot(Consumer<LexBot.Builder> lexBot)
Sets the value of the LexBot property for this object.
|
default LexBotConfig.Builder |
LexBotConfig.Builder.lexBot(Consumer<LexBot.Builder> lexBot)
Sets the value of the LexBot property for this object.
|
default DisassociateBotRequest.Builder |
DisassociateBotRequest.Builder.lexBot(Consumer<LexBot.Builder> lexBot)
Sets the value of the LexBot property for this object.
|
default AssociateLexBotRequest.Builder |
AssociateLexBotRequest.Builder.lexBot(Consumer<LexBot.Builder> lexBot)
The Amazon Lex bot to associate with the instance.
|
Copyright © 2023. All rights reserved.