Uses of Class
software.amazon.awssdk.services.connect.model.LexBotConfig
-
Packages that use LexBotConfig Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of LexBotConfig in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type LexBotConfig Modifier and Type Method Description List<LexBotConfig>ListBotsResponse. lexBots()The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.Methods in software.amazon.awssdk.services.connect.model with parameters of type LexBotConfig Modifier and Type Method Description ListBotsResponse.BuilderListBotsResponse.Builder. lexBots(LexBotConfig... lexBots)The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type LexBotConfig Modifier and Type Method Description ListBotsResponse.BuilderListBotsResponse.Builder. lexBots(Collection<LexBotConfig> lexBots)The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance. -
Uses of LexBotConfig in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type LexBotConfig Modifier and Type Method Description SdkIterable<LexBotConfig>ListBotsIterable. lexBots()Returns an iterable to iterate through the paginatedListBotsResponse.lexBots()member.SdkPublisher<LexBotConfig>ListBotsPublisher. lexBots()Returns a publisher that can be used to get a stream of data.
-