Package com.openai.services.blocking
        Class BetaServiceImpl.WithRawResponseImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.BetaService.WithRawResponse 
public final class BetaServiceImpl.WithRawResponseImpl implements BetaService.WithRawResponse
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description BetaService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RealtimeService.WithRawResponserealtime()AssistantService.WithRawResponseassistants()ThreadService.WithRawResponsethreads()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withOptions
BetaService.WithRawResponse 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.WithRawResponse realtime()
 
- 
                                        
assistants
AssistantService.WithRawResponse assistants()
 
- 
                                        
threads
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") ThreadService.WithRawResponse threads()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -