Package | Description |
---|---|
com.oracle.bmc.generativeaiagentruntime | |
com.oracle.bmc.generativeaiagentruntime.requests |
Modifier and Type | Method and Description |
---|---|
ChatResponse |
GenerativeAiAgentRuntimeClient.chat(ChatRequest request) |
ChatResponse |
GenerativeAiAgentRuntime.chat(ChatRequest request)
Chat on endpoint with provided messages.
|
Future<ChatResponse> |
GenerativeAiAgentRuntimeAsync.chat(ChatRequest request,
AsyncHandler<ChatRequest,ChatResponse> handler)
Chat on endpoint with provided messages.
|
Future<ChatResponse> |
GenerativeAiAgentRuntimeAsyncClient.chat(ChatRequest request,
AsyncHandler<ChatRequest,ChatResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<ChatResponse> |
GenerativeAiAgentRuntimeAsync.chat(ChatRequest request,
AsyncHandler<ChatRequest,ChatResponse> handler)
Chat on endpoint with provided messages.
|
Future<ChatResponse> |
GenerativeAiAgentRuntimeAsyncClient.chat(ChatRequest request,
AsyncHandler<ChatRequest,ChatResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ChatRequest |
ChatRequest.Builder.build()
Build the instance of ChatRequest as configured by this builder
|
ChatRequest |
ChatRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ChatRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ChatRequest.Builder |
ChatRequest.Builder.copy(ChatRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.