Uses of Class
software.amazon.awssdk.services.wisdom.model.CreateContentResponse
-
Packages that use CreateContentResponse 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 CreateContentResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return CreateContentResponse Modifier and Type Method Description default CreateContentResponseWisdomClient. createContent(Consumer<CreateContentRequest.Builder> createContentRequest)Creates Wisdom content.default CreateContentResponseWisdomClient. createContent(CreateContentRequest createContentRequest)Creates Wisdom content.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type CreateContentResponse Modifier and Type Method Description default CompletableFuture<CreateContentResponse>WisdomAsyncClient. createContent(Consumer<CreateContentRequest.Builder> createContentRequest)Creates Wisdom content.default CompletableFuture<CreateContentResponse>WisdomAsyncClient. createContent(CreateContentRequest createContentRequest)Creates Wisdom content.
-