Package com.openai.services.async
        Class BetaServiceAsyncImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.async.BetaServiceAsync 
public final class BetaServiceAsyncImpl implements BetaServiceAsync
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaServiceAsyncImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description BetaServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BetaServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RealtimeServiceAsyncrealtime()AssistantServiceAsyncassistants()ThreadServiceAsyncthreads()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
BetaServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
BetaServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
realtime
RealtimeServiceAsync realtime()
 
- 
                                        
assistants
AssistantServiceAsync assistants()
 
- 
                                        
threads
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") ThreadServiceAsync threads()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -