Class SessionServiceImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.beta.chatkit.SessionService.WithRawResponse
 
 public final class SessionServiceImpl.WithRawResponseImpl implements SessionService.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description SessionService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<ChatSession>create(SessionCreateParams params, RequestOptions requestOptions)HttpResponseFor<ChatSession>cancel(SessionCancelParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsSessionService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createHttpResponseFor<ChatSession> create(SessionCreateParams params, RequestOptions requestOptions) 
 - 
                                        cancelHttpResponseFor<ChatSession> cancel(SessionCancelParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-