Uses of Class
com.oracle.bmc.generativeaiagentruntime.responses.ChatResponse
-
Packages that use ChatResponse Package Description com.oracle.bmc.generativeaiagentruntime com.oracle.bmc.generativeaiagentruntime.responses -
-
Uses of ChatResponse in com.oracle.bmc.generativeaiagentruntime
Methods in com.oracle.bmc.generativeaiagentruntime that return ChatResponse Modifier and Type Method Description ChatResponse
GenerativeAiAgentRuntime. chat(ChatRequest request)
Chat on endpoint with provided messages.ChatResponse
GenerativeAiAgentRuntimeClient. chat(ChatRequest request)
Methods in com.oracle.bmc.generativeaiagentruntime that return types with arguments of type ChatResponse 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)
Method parameters in com.oracle.bmc.generativeaiagentruntime with type arguments of type ChatResponse 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 ChatResponse in com.oracle.bmc.generativeaiagentruntime.responses
Methods in com.oracle.bmc.generativeaiagentruntime.responses that return ChatResponse Modifier and Type Method Description ChatResponse
ChatResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagentruntime.responses with parameters of type ChatResponse Modifier and Type Method Description ChatResponse.Builder
ChatResponse.Builder. copy(ChatResponse o)
Copy method to populate the builder with values from the given instance.
-