Uses of Class
software.amazon.awssdk.services.wisdom.model.UpdateQuickResponseResponse
-
Packages that use UpdateQuickResponseResponse 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 UpdateQuickResponseResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return UpdateQuickResponseResponse Modifier and Type Method Description default UpdateQuickResponseResponseWisdomClient. updateQuickResponse(Consumer<UpdateQuickResponseRequest.Builder> updateQuickResponseRequest)Updates an existing Wisdom quick response.default UpdateQuickResponseResponseWisdomClient. updateQuickResponse(UpdateQuickResponseRequest updateQuickResponseRequest)Updates an existing Wisdom quick response.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type UpdateQuickResponseResponse Modifier and Type Method Description default CompletableFuture<UpdateQuickResponseResponse>WisdomAsyncClient. updateQuickResponse(Consumer<UpdateQuickResponseRequest.Builder> updateQuickResponseRequest)Updates an existing Wisdom quick response.default CompletableFuture<UpdateQuickResponseResponse>WisdomAsyncClient. updateQuickResponse(UpdateQuickResponseRequest updateQuickResponseRequest)Updates an existing Wisdom quick response.
-