Package com.openai.services.async
Class RealtimeServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.RealtimeServiceAsync.WithRawResponse
public final class RealtimeServiceAsyncImpl.WithRawResponseImpl implements RealtimeServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description RealtimeServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. ClientSecretServiceAsync.WithRawResponse
clientSecrets()
CallServiceAsync.WithRawResponse
calls()
-
-
Method Detail
-
withOptions
RealtimeServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
clientSecrets
ClientSecretServiceAsync.WithRawResponse clientSecrets()
-
-
-
-