| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
LexV2Bot |
LexV2Bot.clone() |
LexV2Bot |
LexBotConfig.getLexV2Bot()
Configuration information of an Amazon Lex V2 bot.
|
LexV2Bot |
DisassociateBotRequest.getLexV2Bot()
The Amazon Lex V2 bot to disassociate from the instance.
|
LexV2Bot |
AssociateBotRequest.getLexV2Bot()
The Amazon Lex V2 bot to associate with the instance.
|
LexV2Bot |
LexV2Bot.withAliasArn(String aliasArn)
The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LexBotConfig.setLexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
void |
DisassociateBotRequest.setLexV2Bot(LexV2Bot lexV2Bot)
The Amazon Lex V2 bot to disassociate from the instance.
|
void |
AssociateBotRequest.setLexV2Bot(LexV2Bot lexV2Bot)
The Amazon Lex V2 bot to associate with the instance.
|
LexBotConfig |
LexBotConfig.withLexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
DisassociateBotRequest |
DisassociateBotRequest.withLexV2Bot(LexV2Bot lexV2Bot)
The Amazon Lex V2 bot to disassociate from the instance.
|
AssociateBotRequest |
AssociateBotRequest.withLexV2Bot(LexV2Bot lexV2Bot)
The Amazon Lex V2 bot to associate with the instance.
|
Copyright © 2024. All rights reserved.