Uses of Class
software.amazon.awssdk.services.connect.model.LexV2Bot
-
Packages that use LexV2Bot Package Description software.amazon.awssdk.services.connect.model -
-
Uses of LexV2Bot in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return LexV2Bot Modifier and Type Method Description LexV2BotAssociateBotRequest. lexV2Bot()The Amazon Lex V2 bot to associate with the instance.LexV2BotDisassociateBotRequest. lexV2Bot()The Amazon Lex V2 bot to disassociate from the instance.LexV2BotLexBotConfig. lexV2Bot()Configuration information of an Amazon Lex V2 bot.Methods in software.amazon.awssdk.services.connect.model with parameters of type LexV2Bot Modifier and Type Method Description AssociateBotRequest.BuilderAssociateBotRequest.Builder. lexV2Bot(LexV2Bot lexV2Bot)The Amazon Lex V2 bot to associate with the instance.DisassociateBotRequest.BuilderDisassociateBotRequest.Builder. lexV2Bot(LexV2Bot lexV2Bot)The Amazon Lex V2 bot to disassociate from the instance.LexBotConfig.BuilderLexBotConfig.Builder. lexV2Bot(LexV2Bot lexV2Bot)Configuration information of an Amazon Lex V2 bot.
-