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 classRealtimeServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description RealtimeService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RealtimeServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SessionServicesessions()TranscriptionSessionServicetranscriptionSessions()- 
                    
                    
                    
- 
                                
                            
                                
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()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -