Uses of Class
software.amazon.awssdk.services.qconnect.model.GetAiAgentResponse
-
Packages that use GetAiAgentResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of GetAiAgentResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return GetAiAgentResponse Modifier and Type Method Description default GetAiAgentResponseQConnectClient. getAIAgent(Consumer<GetAiAgentRequest.Builder> getAiAgentRequest)Gets an Amazon Q in Connect AI Agent.default GetAiAgentResponseQConnectClient. getAIAgent(GetAiAgentRequest getAiAgentRequest)Gets an Amazon Q in Connect AI Agent.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type GetAiAgentResponse Modifier and Type Method Description default CompletableFuture<GetAiAgentResponse>QConnectAsyncClient. getAIAgent(Consumer<GetAiAgentRequest.Builder> getAiAgentRequest)Gets an Amazon Q in Connect AI Agent.default CompletableFuture<GetAiAgentResponse>QConnectAsyncClient. getAIAgent(GetAiAgentRequest getAiAgentRequest)Gets an Amazon Q in Connect AI Agent.
-