Uses of Class
com.oracle.bmc.generativeaiinference.responses.ChatResponse
-
Packages that use ChatResponse Package Description com.oracle.bmc.generativeaiinference com.oracle.bmc.generativeaiinference.responses -
-
Uses of ChatResponse in com.oracle.bmc.generativeaiinference
Methods in com.oracle.bmc.generativeaiinference that return ChatResponse Modifier and Type Method Description ChatResponse
GenerativeAiInference. chat(ChatRequest request)
Creates a response for the given conversation.ChatResponse
GenerativeAiInferenceClient. chat(ChatRequest request)
Methods in com.oracle.bmc.generativeaiinference that return types with arguments of type ChatResponse Modifier and Type Method Description Future<ChatResponse>
GenerativeAiInferenceAsync. chat(ChatRequest request, AsyncHandler<ChatRequest,ChatResponse> handler)
Creates a response for the given conversation.Future<ChatResponse>
GenerativeAiInferenceAsyncClient. chat(ChatRequest request, AsyncHandler<ChatRequest,ChatResponse> handler)
Method parameters in com.oracle.bmc.generativeaiinference with type arguments of type ChatResponse Modifier and Type Method Description Future<ChatResponse>
GenerativeAiInferenceAsync. chat(ChatRequest request, AsyncHandler<ChatRequest,ChatResponse> handler)
Creates a response for the given conversation.Future<ChatResponse>
GenerativeAiInferenceAsyncClient. chat(ChatRequest request, AsyncHandler<ChatRequest,ChatResponse> handler)
-
Uses of ChatResponse in com.oracle.bmc.generativeaiinference.responses
Methods in com.oracle.bmc.generativeaiinference.responses that return ChatResponse Modifier and Type Method Description ChatResponse
ChatResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiinference.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.
-