Uses of Class
com.oracle.bmc.generativeaiagentruntime.requests.ChatRequest
-
Packages that use ChatRequest Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.requests -
-
Uses of ChatRequest in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime with parameters of type ChatRequest Modifier and Type Method Description 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)
ChatResponse
GenerativeAiAgentRuntimeClient. chat(ChatRequest request)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type ChatRequest Modifier and Type Method 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)
-
Uses of ChatRequest in com.oracle.bmc.generativeaiagentruntime.requests
Methods in com.oracle.bmc.generativeaiagentruntime.requests that return ChatRequest Modifier and Type Method Description ChatRequest
ChatRequest.Builder. build()
Build the instance of ChatRequest as configured by this builderChatRequest
ChatRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChatRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagentruntime.requests with parameters of type ChatRequest Modifier and Type Method Description ChatRequest.Builder
ChatRequest.Builder. copy(ChatRequest o)
Copy method to populate the builder with values from the given instance.
-