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