| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
LexBot |
LexBot.clone() |
LexBot |
DisassociateBotRequest.getLexBot() |
LexBot |
LexBotConfig.getLexBot() |
LexBot |
AssociateBotRequest.getLexBot() |
LexBot |
AssociateLexBotRequest.getLexBot()
The Amazon Lex bot to associate with the instance.
|
LexBot |
LexBot.withLexRegion(String lexRegion)
The Region that the Amazon Lex bot was created in.
|
LexBot |
LexBot.withName(String name)
The name of the Amazon Lex bot.
|
| Modifier and Type | Method and Description |
|---|---|
List<LexBot> |
ListLexBotsResult.getLexBots()
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateBotRequest.setLexBot(LexBot lexBot) |
void |
LexBotConfig.setLexBot(LexBot lexBot) |
void |
AssociateBotRequest.setLexBot(LexBot lexBot) |
void |
AssociateLexBotRequest.setLexBot(LexBot lexBot)
The Amazon Lex bot to associate with the instance.
|
DisassociateBotRequest |
DisassociateBotRequest.withLexBot(LexBot lexBot) |
LexBotConfig |
LexBotConfig.withLexBot(LexBot lexBot) |
AssociateBotRequest |
AssociateBotRequest.withLexBot(LexBot lexBot) |
AssociateLexBotRequest |
AssociateLexBotRequest.withLexBot(LexBot lexBot)
The Amazon Lex bot to associate with the instance.
|
ListLexBotsResult |
ListLexBotsResult.withLexBots(LexBot... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLexBotsResult.setLexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResult |
ListLexBotsResult.withLexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
Copyright © 2021. All rights reserved.