Uses of Class
com.oracle.bmc.generativeaiagent.responses.CreateAgentResponse
-
Packages that use CreateAgentResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of CreateAgentResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return CreateAgentResponse Modifier and Type Method Description CreateAgentResponse
GenerativeAiAgent. createAgent(CreateAgentRequest request)
Creates an agent.CreateAgentResponse
GenerativeAiAgentClient. createAgent(CreateAgentRequest request)
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type CreateAgentResponse Modifier and Type Method Description Future<CreateAgentResponse>
GenerativeAiAgentAsync. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
Creates an agent.Future<CreateAgentResponse>
GenerativeAiAgentAsyncClient. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type CreateAgentResponse Modifier and Type Method Description Future<CreateAgentResponse>
GenerativeAiAgentAsync. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
Creates an agent.Future<CreateAgentResponse>
GenerativeAiAgentAsyncClient. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
-
Uses of CreateAgentResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return CreateAgentResponse Modifier and Type Method Description CreateAgentResponse
CreateAgentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type CreateAgentResponse Modifier and Type Method Description CreateAgentResponse.Builder
CreateAgentResponse.Builder. copy(CreateAgentResponse o)
Copy method to populate the builder with values from the given instance.
-