Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteBotChannelAssociationResponse
-
Packages that use DeleteBotChannelAssociationResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of DeleteBotChannelAssociationResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return DeleteBotChannelAssociationResponse Modifier and Type Method Description default DeleteBotChannelAssociationResponseLexModelBuildingClient. deleteBotChannelAssociation(Consumer<DeleteBotChannelAssociationRequest.Builder> deleteBotChannelAssociationRequest)Deletes the association between an Amazon Lex bot and a messaging platform.default DeleteBotChannelAssociationResponseLexModelBuildingClient. deleteBotChannelAssociation(DeleteBotChannelAssociationRequest deleteBotChannelAssociationRequest)Deletes 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 DeleteBotChannelAssociationResponse Modifier and Type Method Description default CompletableFuture<DeleteBotChannelAssociationResponse>LexModelBuildingAsyncClient. deleteBotChannelAssociation(Consumer<DeleteBotChannelAssociationRequest.Builder> deleteBotChannelAssociationRequest)Deletes the association between an Amazon Lex bot and a messaging platform.default CompletableFuture<DeleteBotChannelAssociationResponse>LexModelBuildingAsyncClient. deleteBotChannelAssociation(DeleteBotChannelAssociationRequest deleteBotChannelAssociationRequest)Deletes the association between an Amazon Lex bot and a messaging platform.
-