Class RealtimeServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.RealtimeService
@Deprecated(message = "Realtime has now launched and is generally available. The old beta API is now deprecated.") public final class RealtimeServiceImpl implements RealtimeService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
RealtimeServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RealtimeService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. RealtimeService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. SessionService
sessions()
TranscriptionSessionService
transcriptionSessions()
-
-
Method Detail
-
withRawResponse
RealtimeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RealtimeService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
sessions
SessionService sessions()
-
transcriptionSessions
TranscriptionSessionService transcriptionSessions()
-
-
-
-