Package com.openai.services.async.beta
        Class RealtimeServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.async.beta.RealtimeServiceAsync.WithRawResponse 
@Deprecated(message = "Realtime has now launched and is generally available. The old beta API is now deprecated.") public final class RealtimeServiceAsyncImpl.WithRawResponseImpl implements RealtimeServiceAsync.WithRawResponse
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description RealtimeServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SessionServiceAsync.WithRawResponsesessions()TranscriptionSessionServiceAsync.WithRawResponsetranscriptionSessions()- 
                    
                    
                    
- 
                                
                            
                                
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()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -