Uses of Class
software.amazon.awssdk.services.wisdom.model.SearchContentResponse
-
Packages that use SearchContentResponse 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 -
-
Uses of SearchContentResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return SearchContentResponse Modifier and Type Method Description default SearchContentResponseWisdomClient. searchContent(Consumer<SearchContentRequest.Builder> searchContentRequest)Searches for content in a specified knowledge base.default SearchContentResponseWisdomClient. searchContent(SearchContentRequest searchContentRequest)Searches for content in a specified knowledge base.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type SearchContentResponse Modifier and Type Method Description default CompletableFuture<SearchContentResponse>WisdomAsyncClient. searchContent(Consumer<SearchContentRequest.Builder> searchContentRequest)Searches for content in a specified knowledge base.default CompletableFuture<SearchContentResponse>WisdomAsyncClient. searchContent(SearchContentRequest searchContentRequest)Searches for content in a specified knowledge base. -
Uses of SearchContentResponse in software.amazon.awssdk.services.wisdom.paginators
Methods in software.amazon.awssdk.services.wisdom.paginators that return types with arguments of type SearchContentResponse Modifier and Type Method Description Iterator<SearchContentResponse>SearchContentIterable. iterator()Method parameters in software.amazon.awssdk.services.wisdom.paginators with type arguments of type SearchContentResponse Modifier and Type Method Description voidSearchContentPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchContentResponse> subscriber)
-