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