Interface ChatKitService
- 
                    
                    - All Implemented Interfaces:
 
 public interface ChatKitService
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceChatKitService.WithRawResponseA view of ChatKitService that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract ChatKitService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract ChatKitServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract SessionServicesessions()abstract ThreadServicethreads()ChatKitUploadFileResponseuploadFile(ChatKitUploadFileParams params)Upload a ChatKit file abstract ChatKitUploadFileResponseuploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract ChatKitService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract ChatKitService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        sessionsabstract SessionService sessions() 
 - 
                                        threadsabstract ThreadService threads() 
 - 
                                        uploadFileChatKitUploadFileResponse uploadFile(ChatKitUploadFileParams params) Upload a ChatKit file 
 - 
                                        uploadFileabstract ChatKitUploadFileResponse uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-