Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.requests |
Modifier and Type | Method and Description |
---|---|
ChatRequest.Builder |
ChatRequest.Builder.body$(ChatDetails body)
Alternative setter for the body parameter.
|
static ChatRequest.Builder |
ChatRequest.builder()
Return a new builder for this request object.
|
ChatRequest.Builder |
ChatRequest.Builder.chatDetails(ChatDetails chatDetails)
Details of the conversation for the model to respond.
|
ChatRequest.Builder |
ChatRequest.Builder.copy(ChatRequest o)
Copy method to populate the builder with values from the given instance.
|
ChatRequest.Builder |
ChatRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ChatRequest.Builder |
ChatRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ChatRequest.Builder |
ChatRequest.Builder.opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
ChatRequest.Builder |
ChatRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ChatRequest.Builder |
ChatRequest.toBuilder()
Return an instance of
ChatRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.