| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
LexBot |
LexBot.clone() |
LexBot |
AssociateLexBotRequest.getLexBot()
The Amazon Lex box to associate with the instance.
|
LexBot |
LexBot.withLexRegion(String lexRegion)
The Region 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 the names and regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateLexBotRequest.setLexBot(LexBot lexBot)
The Amazon Lex box to associate with the instance.
|
AssociateLexBotRequest |
AssociateLexBotRequest.withLexBot(LexBot lexBot)
The Amazon Lex box to associate with the instance.
|
ListLexBotsResult |
ListLexBotsResult.withLexBots(LexBot... lexBots)
The 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 the names and regions of the Amazon Lex bots associated with the specified instance.
|
ListLexBotsResult |
ListLexBotsResult.withLexBots(Collection<LexBot> lexBots)
The the names and regions of the Amazon Lex bots associated with the specified instance.
|
Copyright © 2020. All rights reserved.