Uses of Class
software.amazon.awssdk.services.qconnect.model.ListAiPromptsResponse
-
Packages that use ListAiPromptsResponse Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.paginators -
-
Uses of ListAiPromptsResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return ListAiPromptsResponse Modifier and Type Method Description default ListAiPromptsResponseQConnectClient. listAIPrompts(Consumer<ListAiPromptsRequest.Builder> listAiPromptsRequest)Lists the AI Prompts available on the Amazon Q in Connect assistant.default ListAiPromptsResponseQConnectClient. listAIPrompts(ListAiPromptsRequest listAiPromptsRequest)Lists the AI Prompts available on the Amazon Q in Connect assistant.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type ListAiPromptsResponse Modifier and Type Method Description default CompletableFuture<ListAiPromptsResponse>QConnectAsyncClient. listAIPrompts(Consumer<ListAiPromptsRequest.Builder> listAiPromptsRequest)Lists the AI Prompts available on the Amazon Q in Connect assistant.default CompletableFuture<ListAiPromptsResponse>QConnectAsyncClient. listAIPrompts(ListAiPromptsRequest listAiPromptsRequest)Lists the AI Prompts available on the Amazon Q in Connect assistant. -
Uses of ListAiPromptsResponse in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type ListAiPromptsResponse Modifier and Type Method Description Iterator<ListAiPromptsResponse>ListAIPromptsIterable. iterator()Method parameters in software.amazon.awssdk.services.qconnect.paginators with type arguments of type ListAiPromptsResponse Modifier and Type Method Description voidListAIPromptsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAiPromptsResponse> subscriber)
-