| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
LexV2Bot.Builder |
LexV2Bot.Builder.aliasArn(String aliasArn)
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
|
static LexV2Bot.Builder |
LexV2Bot.builder() |
LexV2Bot.Builder |
LexV2Bot.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LexV2Bot.Builder> |
LexV2Bot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssociateBotRequest.Builder |
AssociateBotRequest.Builder.lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)
The Amazon Lex V2 bot to associate with the instance.
|
default LexBotConfig.Builder |
LexBotConfig.Builder.lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
default DisassociateBotRequest.Builder |
DisassociateBotRequest.Builder.lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)
The Amazon Lex V2 bot to disassociate from the instance.
|
Copyright © 2023. All rights reserved.