Interface SessionServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface SessionServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceSessionServiceAsync.WithRawResponseA view of SessionServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract SessionServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract SessionServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<ChatSession> create(SessionCreateParams params) Create a ChatKit session 
 - 
                                        createabstract CompletableFuture<ChatSession> create(SessionCreateParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<ChatSession> cancel(String sessionId) Cancel a ChatKit session 
 - 
                                        cancelCompletableFuture<ChatSession> cancel(String sessionId, SessionCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<ChatSession> cancel(String sessionId, SessionCancelParams params) 
 - 
                                        cancelabstract CompletableFuture<ChatSession> cancel(SessionCancelParams params, RequestOptions requestOptions) 
 - 
                                        cancelCompletableFuture<ChatSession> cancel(SessionCancelParams params) 
 - 
                                        cancelCompletableFuture<ChatSession> cancel(String sessionId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-