Uses of Interface
software.amazon.awssdk.services.connect.model.LexBotConfig.Builder
-
Packages that use LexBotConfig.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of LexBotConfig.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return LexBotConfig.Builder Modifier and Type Method Description static LexBotConfig.BuilderLexBotConfig. builder()default LexBotConfig.BuilderLexBotConfig.Builder. lexBot(Consumer<LexBot.Builder> lexBot)Sets the value of the LexBot property for this object.LexBotConfig.BuilderLexBotConfig.Builder. lexBot(LexBot lexBot)Sets the value of the LexBot property for this object.default LexBotConfig.BuilderLexBotConfig.Builder. lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)Configuration information of an Amazon Lex V2 bot.LexBotConfig.BuilderLexBotConfig.Builder. lexV2Bot(LexV2Bot lexV2Bot)Configuration information of an Amazon Lex V2 bot.LexBotConfig.BuilderLexBotConfig. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type LexBotConfig.Builder Modifier and Type Method Description static Class<? extends LexBotConfig.Builder>LexBotConfig. serializableBuilderClass()
-