Package com.openai.services.blocking
        Class BetaServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.BetaService
 
 public final class BetaServiceImpl implements BetaService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classBetaServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier 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()ChatKitServicechatkit()AssistantServiceassistants()ThreadServicethreads()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseBetaService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsBetaService 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.") RealtimeService realtime() 
 - 
                                        chatkitChatKitService chatkit() 
 - 
                                        assistantsAssistantService assistants() 
 - 
                                        threads@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") ThreadService threads() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-