Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotChannelAssociationResponse
-
Packages that use GetBotChannelAssociationResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetBotChannelAssociationResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetBotChannelAssociationResponse Modifier and Type Method Description default GetBotChannelAssociationResponseLexModelBuildingClient. getBotChannelAssociation(Consumer<GetBotChannelAssociationRequest.Builder> getBotChannelAssociationRequest)Returns information about the association between an Amazon Lex bot and a messaging platform.default GetBotChannelAssociationResponseLexModelBuildingClient. getBotChannelAssociation(GetBotChannelAssociationRequest getBotChannelAssociationRequest)Returns information about the association between an Amazon Lex bot and a messaging platform.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetBotChannelAssociationResponse Modifier and Type Method Description default CompletableFuture<GetBotChannelAssociationResponse>LexModelBuildingAsyncClient. getBotChannelAssociation(Consumer<GetBotChannelAssociationRequest.Builder> getBotChannelAssociationRequest)Returns information about the association between an Amazon Lex bot and a messaging platform.default CompletableFuture<GetBotChannelAssociationResponse>LexModelBuildingAsyncClient. getBotChannelAssociation(GetBotChannelAssociationRequest getBotChannelAssociationRequest)Returns information about the association between an Amazon Lex bot and a messaging platform.
-