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