Uses of Class
com.oracle.bmc.generativeaiinference.requests.ChatRequest
-
Packages that use ChatRequest Package Description com.oracle.bmc.generativeaiinference com.oracle.bmc.generativeaiinference.requests -
-
Uses of ChatRequest in com.oracle.bmc.generativeaiinference
Methods in com.oracle.bmc.generativeaiinference with parameters of type ChatRequest Modifier and Type Method Description ChatResponse
GenerativeAiInference. chat(ChatRequest request)
Creates a response for the given conversation.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)
ChatResponse
GenerativeAiInferenceClient. chat(ChatRequest request)
Method parameters in com.oracle.bmc.generativeaiinference with type arguments of type ChatRequest 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 ChatRequest in com.oracle.bmc.generativeaiinference.requests
Methods in com.oracle.bmc.generativeaiinference.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.generativeaiinference.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.
-