Uses of Class
com.oracle.bmc.generativeaiagent.requests.CreateToolRequest
-
Packages that use CreateToolRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of CreateToolRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type CreateToolRequest Modifier and Type Method Description CreateToolResponse
GenerativeAiAgent. createTool(CreateToolRequest request)
Creates a tool.Future<CreateToolResponse>
GenerativeAiAgentAsync. createTool(CreateToolRequest request, AsyncHandler<CreateToolRequest,CreateToolResponse> handler)
Creates a tool.Future<CreateToolResponse>
GenerativeAiAgentAsyncClient. createTool(CreateToolRequest request, AsyncHandler<CreateToolRequest,CreateToolResponse> handler)
CreateToolResponse
GenerativeAiAgentClient. createTool(CreateToolRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type CreateToolRequest Modifier and Type Method Description Future<CreateToolResponse>
GenerativeAiAgentAsync. createTool(CreateToolRequest request, AsyncHandler<CreateToolRequest,CreateToolResponse> handler)
Creates a tool.Future<CreateToolResponse>
GenerativeAiAgentAsyncClient. createTool(CreateToolRequest request, AsyncHandler<CreateToolRequest,CreateToolResponse> handler)
-
Uses of CreateToolRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return CreateToolRequest Modifier and Type Method Description CreateToolRequest
CreateToolRequest.Builder. build()
Build the instance of CreateToolRequest as configured by this builderCreateToolRequest
CreateToolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateToolRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type CreateToolRequest Modifier and Type Method Description CreateToolRequest.Builder
CreateToolRequest.Builder. copy(CreateToolRequest o)
Copy method to populate the builder with values from the given instance.
-