Uses of Class
software.amazon.awssdk.services.connect.model.LexBot
-
Packages that use LexBot Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of LexBot in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return LexBot Modifier and Type Method Description LexBotAssociateBotRequest. lexBot()Returns the value of the LexBot property for this object.LexBotAssociateLexBotRequest. lexBot()The Amazon Lex bot to associate with the instance.LexBotDisassociateBotRequest. lexBot()Returns the value of the LexBot property for this object.LexBotLexBotConfig. lexBot()Returns the value of the LexBot property for this object.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type LexBot Modifier and Type Method Description List<LexBot>ListLexBotsResponse. lexBots()The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.Methods in software.amazon.awssdk.services.connect.model with parameters of type LexBot Modifier and Type Method Description AssociateBotRequest.BuilderAssociateBotRequest.Builder. lexBot(LexBot lexBot)Sets the value of the LexBot property for this object.AssociateLexBotRequest.BuilderAssociateLexBotRequest.Builder. lexBot(LexBot lexBot)The Amazon Lex bot to associate with the instance.DisassociateBotRequest.BuilderDisassociateBotRequest.Builder. lexBot(LexBot 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.ListLexBotsResponse.BuilderListLexBotsResponse.Builder. lexBots(LexBot... lexBots)The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type LexBot Modifier and Type Method Description ListLexBotsResponse.BuilderListLexBotsResponse.Builder. lexBots(Collection<LexBot> lexBots)The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance. -
Uses of LexBot in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type LexBot Modifier and Type Method Description SdkIterable<LexBot>ListLexBotsIterable. lexBots()Returns an iterable to iterate through the paginatedListLexBotsResponse.lexBots()member.SdkPublisher<LexBot>ListLexBotsPublisher. lexBots()Returns a publisher that can be used to get a stream of data.
-