Uses of Class
software.amazon.awssdk.services.wisdom.model.ListQuickResponsesRequest
-
Packages that use ListQuickResponsesRequest 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 ListQuickResponsesRequest in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom with parameters of type ListQuickResponsesRequest Modifier and Type Method Description default CompletableFuture<ListQuickResponsesResponse>WisdomAsyncClient. listQuickResponses(ListQuickResponsesRequest listQuickResponsesRequest)Lists information about quick response.default ListQuickResponsesResponseWisdomClient. listQuickResponses(ListQuickResponsesRequest listQuickResponsesRequest)Lists information about quick response.default ListQuickResponsesPublisherWisdomAsyncClient. listQuickResponsesPaginator(ListQuickResponsesRequest listQuickResponsesRequest)Lists information about quick response.default ListQuickResponsesIterableWisdomClient. listQuickResponsesPaginator(ListQuickResponsesRequest listQuickResponsesRequest)Lists information about quick response. -
Uses of ListQuickResponsesRequest in software.amazon.awssdk.services.wisdom.paginators
Constructors in software.amazon.awssdk.services.wisdom.paginators with parameters of type ListQuickResponsesRequest Constructor Description ListQuickResponsesIterable(WisdomClient client, ListQuickResponsesRequest firstRequest)ListQuickResponsesPublisher(WisdomAsyncClient client, ListQuickResponsesRequest firstRequest) -
Uses of ListQuickResponsesRequest in software.amazon.awssdk.services.wisdom.transform
Methods in software.amazon.awssdk.services.wisdom.transform with parameters of type ListQuickResponsesRequest Modifier and Type Method Description SdkHttpFullRequestListQuickResponsesRequestMarshaller. marshall(ListQuickResponsesRequest listQuickResponsesRequest)
-