Uses of Class
software.amazon.awssdk.services.wisdom.model.ListQuickResponsesResponse
-
Packages that use ListQuickResponsesResponse 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 ListQuickResponsesResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return ListQuickResponsesResponse Modifier and Type Method Description default ListQuickResponsesResponseWisdomClient. listQuickResponses(Consumer<ListQuickResponsesRequest.Builder> listQuickResponsesRequest)Lists information about quick response.default ListQuickResponsesResponseWisdomClient. listQuickResponses(ListQuickResponsesRequest listQuickResponsesRequest)Lists information about quick response.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type ListQuickResponsesResponse Modifier and Type Method Description default CompletableFuture<ListQuickResponsesResponse>WisdomAsyncClient. listQuickResponses(Consumer<ListQuickResponsesRequest.Builder> listQuickResponsesRequest)Lists information about quick response.default CompletableFuture<ListQuickResponsesResponse>WisdomAsyncClient. listQuickResponses(ListQuickResponsesRequest listQuickResponsesRequest)Lists information about quick response. -
Uses of ListQuickResponsesResponse in software.amazon.awssdk.services.wisdom.paginators
Methods in software.amazon.awssdk.services.wisdom.paginators that return types with arguments of type ListQuickResponsesResponse Modifier and Type Method Description Iterator<ListQuickResponsesResponse>ListQuickResponsesIterable. iterator()Method parameters in software.amazon.awssdk.services.wisdom.paginators with type arguments of type ListQuickResponsesResponse Modifier and Type Method Description voidListQuickResponsesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListQuickResponsesResponse> subscriber)
-