Package com.openai.services.blocking
        Class BetaServiceImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.BetaService 
public final class BetaServiceImpl implements BetaService
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description BetaService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BetaServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RealtimeServicerealtime()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
BetaService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
BetaService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
realtime
RealtimeService realtime()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -