Uses of Class
software.amazon.awssdk.services.wisdom.model.CreateQuickResponseResponse
-
Packages that use CreateQuickResponseResponse 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 CreateQuickResponseResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return CreateQuickResponseResponse Modifier and Type Method Description default CreateQuickResponseResponseWisdomClient. createQuickResponse(Consumer<CreateQuickResponseRequest.Builder> createQuickResponseRequest)Creates a Wisdom quick response.default CreateQuickResponseResponseWisdomClient. createQuickResponse(CreateQuickResponseRequest createQuickResponseRequest)Creates a Wisdom quick response.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type CreateQuickResponseResponse Modifier and Type Method Description default CompletableFuture<CreateQuickResponseResponse>WisdomAsyncClient. createQuickResponse(Consumer<CreateQuickResponseRequest.Builder> createQuickResponseRequest)Creates a Wisdom quick response.default CompletableFuture<CreateQuickResponseResponse>WisdomAsyncClient. createQuickResponse(CreateQuickResponseRequest createQuickResponseRequest)Creates a Wisdom quick response.
-