Class ChatKitServiceImpl.WithRawResponseImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.beta.ChatKitService.WithRawResponse 
public final class ChatKitServiceImpl.WithRawResponseImpl implements ChatKitService.WithRawResponse
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description ChatKitService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SessionService.WithRawResponsesessions()ThreadService.WithRawResponsethreads()- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withOptions
ChatKitService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
sessions
SessionService.WithRawResponse sessions()
 
- 
                                        
threads
ThreadService.WithRawResponse threads()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -