Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteBotChannelAssociationRequest
-
Packages that use DeleteBotChannelAssociationRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of DeleteBotChannelAssociationRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type DeleteBotChannelAssociationRequest Modifier and Type Method Description default CompletableFuture<DeleteBotChannelAssociationResponse>LexModelBuildingAsyncClient. deleteBotChannelAssociation(DeleteBotChannelAssociationRequest 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. -
Uses of DeleteBotChannelAssociationRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type DeleteBotChannelAssociationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteBotChannelAssociationRequestMarshaller. marshall(DeleteBotChannelAssociationRequest deleteBotChannelAssociationRequest)
-