Package com.openai.services.blocking
        Interface RealtimeService.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface RealtimeService.WithRawResponseA view of RealtimeService that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract RealtimeService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ClientSecretService.WithRawResponseclientSecrets()abstract CallService.WithRawResponsecalls()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract RealtimeService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        clientSecretsabstract ClientSecretService.WithRawResponse clientSecrets() 
 - 
                                        callsabstract CallService.WithRawResponse calls() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-