Uses of Class
software.amazon.awssdk.services.wisdom.model.GetQuickResponseResponse
-
Packages that use GetQuickResponseResponse 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 GetQuickResponseResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return GetQuickResponseResponse Modifier and Type Method Description default GetQuickResponseResponseWisdomClient. getQuickResponse(Consumer<GetQuickResponseRequest.Builder> getQuickResponseRequest)Retrieves the quick response.default GetQuickResponseResponseWisdomClient. getQuickResponse(GetQuickResponseRequest getQuickResponseRequest)Retrieves the quick response.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type GetQuickResponseResponse Modifier and Type Method Description default CompletableFuture<GetQuickResponseResponse>WisdomAsyncClient. getQuickResponse(Consumer<GetQuickResponseRequest.Builder> getQuickResponseRequest)Retrieves the quick response.default CompletableFuture<GetQuickResponseResponse>WisdomAsyncClient. getQuickResponse(GetQuickResponseRequest getQuickResponseRequest)Retrieves the quick response.
-