Package | Description |
---|---|
com.oracle.bmc.generativeaiagent | |
com.oracle.bmc.generativeaiagent.requests |
Modifier and Type | Method and Description |
---|---|
CreateToolResponse |
GenerativeAiAgentClient.createTool(CreateToolRequest request) |
CreateToolResponse |
GenerativeAiAgent.createTool(CreateToolRequest request)
Creates a tool.
|
Future<CreateToolResponse> |
GenerativeAiAgentAsyncClient.createTool(CreateToolRequest request,
AsyncHandler<CreateToolRequest,CreateToolResponse> handler) |
Future<CreateToolResponse> |
GenerativeAiAgentAsync.createTool(CreateToolRequest request,
AsyncHandler<CreateToolRequest,CreateToolResponse> handler)
Creates a tool.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateToolResponse> |
GenerativeAiAgentAsyncClient.createTool(CreateToolRequest request,
AsyncHandler<CreateToolRequest,CreateToolResponse> handler) |
Future<CreateToolResponse> |
GenerativeAiAgentAsync.createTool(CreateToolRequest request,
AsyncHandler<CreateToolRequest,CreateToolResponse> handler)
Creates a tool.
|
Modifier and Type | Method and Description |
---|---|
CreateToolRequest |
CreateToolRequest.Builder.build()
Build the instance of CreateToolRequest as configured by this builder
|
CreateToolRequest |
CreateToolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateToolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateToolRequest.Builder |
CreateToolRequest.Builder.copy(CreateToolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.