Package com.openai.services.async.beta
        Interface ChatKitServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface ChatKitServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceChatKitServiceAsync.WithRawResponseA view of ChatKitServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract ChatKitServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract ChatKitServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract SessionServiceAsyncsessions()abstract ThreadServiceAsyncthreads()CompletableFuture<ChatKitUploadFileResponse>uploadFile(ChatKitUploadFileParams params)Upload a ChatKit file abstract CompletableFuture<ChatKitUploadFileResponse>uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract ChatKitServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract ChatKitServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        sessionsabstract SessionServiceAsync sessions() 
 - 
                                        threadsabstract ThreadServiceAsync threads() 
 - 
                                        uploadFileCompletableFuture<ChatKitUploadFileResponse> uploadFile(ChatKitUploadFileParams params) Upload a ChatKit file 
 - 
                                        uploadFileabstract CompletableFuture<ChatKitUploadFileResponse> uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-