Package com.openai.services.async
        Class BetaServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.async.BetaServiceAsync.WithRawResponse 
public final class BetaServiceAsyncImpl.WithRawResponseImpl implements BetaServiceAsync.WithRawResponse
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description BetaServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RealtimeServiceAsync.WithRawResponserealtime()ChatKitServiceAsync.WithRawResponsechatkit()AssistantServiceAsync.WithRawResponseassistants()ThreadServiceAsync.WithRawResponsethreads()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withOptions
BetaServiceAsync.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
@Deprecated(message = "Realtime has now launched and is generally available. The old beta API is now deprecated.") RealtimeServiceAsync.WithRawResponse realtime()
 
- 
                                        
chatkit
ChatKitServiceAsync.WithRawResponse chatkit()
 
- 
                                        
assistants
AssistantServiceAsync.WithRawResponse assistants()
 
- 
                                        
threads
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") ThreadServiceAsync.WithRawResponse threads()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -