Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.BotChannelAssociation
-
Packages that use BotChannelAssociation Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of BotChannelAssociation in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type BotChannelAssociation Modifier and Type Method Description List<BotChannelAssociation>GetBotChannelAssociationsResponse. botChannelAssociations()An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type BotChannelAssociation Modifier and Type Method Description GetBotChannelAssociationsResponse.BuilderGetBotChannelAssociationsResponse.Builder. botChannelAssociations(BotChannelAssociation... botChannelAssociations)An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type BotChannelAssociation Modifier and Type Method Description GetBotChannelAssociationsResponse.BuilderGetBotChannelAssociationsResponse.Builder. botChannelAssociations(Collection<BotChannelAssociation> botChannelAssociations)An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.
-