Uses of Class
software.amazon.awssdk.services.qconnect.model.UpdateAiAgentResponse
-
Packages that use UpdateAiAgentResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of UpdateAiAgentResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return UpdateAiAgentResponse Modifier and Type Method Description default UpdateAiAgentResponseQConnectClient. updateAIAgent(Consumer<UpdateAiAgentRequest.Builder> updateAiAgentRequest)Updates an AI Agent.default UpdateAiAgentResponseQConnectClient. updateAIAgent(UpdateAiAgentRequest updateAiAgentRequest)Updates an AI Agent.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type UpdateAiAgentResponse Modifier and Type Method Description default CompletableFuture<UpdateAiAgentResponse>QConnectAsyncClient. updateAIAgent(Consumer<UpdateAiAgentRequest.Builder> updateAiAgentRequest)Updates an AI Agent.default CompletableFuture<UpdateAiAgentResponse>QConnectAsyncClient. updateAIAgent(UpdateAiAgentRequest updateAiAgentRequest)Updates an AI Agent.
-