Uses of Class
software.amazon.awssdk.services.wisdom.model.DeleteQuickResponseResponse
-
Packages that use DeleteQuickResponseResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. -
-
Uses of DeleteQuickResponseResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return DeleteQuickResponseResponse Modifier and Type Method Description default DeleteQuickResponseResponseWisdomClient. deleteQuickResponse(Consumer<DeleteQuickResponseRequest.Builder> deleteQuickResponseRequest)Deletes a quick response.default DeleteQuickResponseResponseWisdomClient. deleteQuickResponse(DeleteQuickResponseRequest deleteQuickResponseRequest)Deletes a quick response.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type DeleteQuickResponseResponse Modifier and Type Method Description default CompletableFuture<DeleteQuickResponseResponse>WisdomAsyncClient. deleteQuickResponse(Consumer<DeleteQuickResponseRequest.Builder> deleteQuickResponseRequest)Deletes a quick response.default CompletableFuture<DeleteQuickResponseResponse>WisdomAsyncClient. deleteQuickResponse(DeleteQuickResponseRequest deleteQuickResponseRequest)Deletes a quick response.
-