Uses of Class
software.amazon.awssdk.services.wisdom.model.SearchContentRequest
-
Packages that use SearchContentRequest 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.paginators software.amazon.awssdk.services.wisdom.transform -
-
Uses of SearchContentRequest in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom with parameters of type SearchContentRequest Modifier and Type Method Description default CompletableFuture<SearchContentResponse>WisdomAsyncClient. searchContent(SearchContentRequest searchContentRequest)Searches for content in a specified knowledge base.default SearchContentResponseWisdomClient. searchContent(SearchContentRequest searchContentRequest)Searches for content in a specified knowledge base.default SearchContentPublisherWisdomAsyncClient. searchContentPaginator(SearchContentRequest searchContentRequest)This is a variant ofWisdomAsyncClient.searchContent(software.amazon.awssdk.services.wisdom.model.SearchContentRequest)operation.default SearchContentIterableWisdomClient. searchContentPaginator(SearchContentRequest searchContentRequest)This is a variant ofWisdomClient.searchContent(software.amazon.awssdk.services.wisdom.model.SearchContentRequest)operation. -
Uses of SearchContentRequest in software.amazon.awssdk.services.wisdom.paginators
Constructors in software.amazon.awssdk.services.wisdom.paginators with parameters of type SearchContentRequest Constructor Description SearchContentIterable(WisdomClient client, SearchContentRequest firstRequest)SearchContentPublisher(WisdomAsyncClient client, SearchContentRequest firstRequest) -
Uses of SearchContentRequest in software.amazon.awssdk.services.wisdom.transform
Methods in software.amazon.awssdk.services.wisdom.transform with parameters of type SearchContentRequest Modifier and Type Method Description SdkHttpFullRequestSearchContentRequestMarshaller. marshall(SearchContentRequest searchContentRequest)
-