Uses of Interface
software.amazon.awssdk.services.connect.model.LexV2Bot.Builder
-
Packages that use LexV2Bot.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of LexV2Bot.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return LexV2Bot.Builder Modifier and Type Method Description LexV2Bot.BuilderLexV2Bot.Builder. aliasArn(String aliasArn)The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.static LexV2Bot.BuilderLexV2Bot. builder()LexV2Bot.BuilderLexV2Bot. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type LexV2Bot.Builder Modifier and Type Method Description static Class<? extends LexV2Bot.Builder>LexV2Bot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type LexV2Bot.Builder Modifier and Type Method Description default AssociateBotRequest.BuilderAssociateBotRequest.Builder. lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)The Amazon Lex V2 bot to associate with the instance.default DisassociateBotRequest.BuilderDisassociateBotRequest.Builder. lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)The Amazon Lex V2 bot to disassociate from the instance.default LexBotConfig.BuilderLexBotConfig.Builder. lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)Configuration information of an Amazon Lex V2 bot.
-