Uses of Class
software.amazon.awssdk.services.wisdom.model.GetContentSummaryResponse
-
Packages that use GetContentSummaryResponse 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 GetContentSummaryResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return GetContentSummaryResponse Modifier and Type Method Description default GetContentSummaryResponseWisdomClient. getContentSummary(Consumer<GetContentSummaryRequest.Builder> getContentSummaryRequest)Retrieves summary information about the content.default GetContentSummaryResponseWisdomClient. getContentSummary(GetContentSummaryRequest getContentSummaryRequest)Retrieves summary information about the content.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type GetContentSummaryResponse Modifier and Type Method Description default CompletableFuture<GetContentSummaryResponse>WisdomAsyncClient. getContentSummary(Consumer<GetContentSummaryRequest.Builder> getContentSummaryRequest)Retrieves summary information about the content.default CompletableFuture<GetContentSummaryResponse>WisdomAsyncClient. getContentSummary(GetContentSummaryRequest getContentSummaryRequest)Retrieves summary information about the content.
-