| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
LexBotConfig |
LexBotConfig.clone() |
LexBotConfig |
LexBotConfig.withLexBot(LexBot lexBot) |
LexBotConfig |
LexBotConfig.withLexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
| Modifier and Type | Method and Description |
|---|---|
List<LexBotConfig> |
ListBotsResult.getLexBots()
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified
instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotsResult |
ListBotsResult.withLexBots(LexBotConfig... lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified
instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotsResult.setLexBots(Collection<LexBotConfig> lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified
instance.
|
ListBotsResult |
ListBotsResult.withLexBots(Collection<LexBotConfig> lexBots)
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified
instance.
|
Copyright © 2023. All rights reserved.