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