Package com.openai.services.async.beta
Class RealtimeServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.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. SessionServiceAsync.WithRawResponse
sessions()
TranscriptionSessionServiceAsync.WithRawResponse
transcriptionSessions()
-
-
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.
-
sessions
SessionServiceAsync.WithRawResponse sessions()
-
transcriptionSessions
TranscriptionSessionServiceAsync.WithRawResponse transcriptionSessions()
-
-
-
-