Uses of Class
com.oracle.bmc.generativeaiagent.requests.CreateAgentRequest
-
Packages that use CreateAgentRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of CreateAgentRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type CreateAgentRequest Modifier and Type Method Description CreateAgentResponse
GenerativeAiAgent. createAgent(CreateAgentRequest request)
Creates an agent.Future<CreateAgentResponse>
GenerativeAiAgentAsync. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
Creates an agent.Future<CreateAgentResponse>
GenerativeAiAgentAsyncClient. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
CreateAgentResponse
GenerativeAiAgentClient. createAgent(CreateAgentRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type CreateAgentRequest 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 CreateAgentRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return CreateAgentRequest Modifier and Type Method Description CreateAgentRequest
CreateAgentRequest.Builder. build()
Build the instance of CreateAgentRequest as configured by this builderCreateAgentRequest
CreateAgentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAgentRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type CreateAgentRequest Modifier and Type Method Description CreateAgentRequest.Builder
CreateAgentRequest.Builder. copy(CreateAgentRequest o)
Copy method to populate the builder with values from the given instance.
-