| 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() |  |