Package com.openai.services.async.beta
Class RealtimeServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.RealtimeServiceAsync
public final class RealtimeServiceAsyncImpl implements RealtimeServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
RealtimeServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RealtimeServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. RealtimeServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. SessionServiceAsync
sessions()
TranscriptionSessionServiceAsync
transcriptionSessions()
-
-
Method Detail
-
withRawResponse
RealtimeServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RealtimeServiceAsync 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 sessions()
-
transcriptionSessions
TranscriptionSessionServiceAsync transcriptionSessions()
-
-
-
-