Interface AssistantServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface AssistantServiceAsync.WithRawResponseA view of AssistantServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract AssistantServiceAsync.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<Assistant>> create(AssistantCreateParams params) Returns a raw HTTP response for post /assistants, but is otherwise the same as AssistantServiceAsync.create.
 - 
                                        createabstract CompletableFuture<HttpResponseFor<Assistant>> create(AssistantCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Assistant>> retrieve(String assistantId) Returns a raw HTTP response for get /assistants/{assistant_id}, but is otherwise the same as AssistantServiceAsync.retrieve.
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Assistant>> retrieve(String assistantId, AssistantRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Assistant>> retrieve(String assistantId, AssistantRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<HttpResponseFor<Assistant>> retrieve(AssistantRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Assistant>> retrieve(AssistantRetrieveParams params) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Assistant>> retrieve(String assistantId, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<HttpResponseFor<Assistant>> update(String assistantId) Returns a raw HTTP response for post /assistants/{assistant_id}, but is otherwise the same as AssistantServiceAsync.update.
 - 
                                        updateCompletableFuture<HttpResponseFor<Assistant>> update(String assistantId, AssistantUpdateParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<HttpResponseFor<Assistant>> update(String assistantId, AssistantUpdateParams params) 
 - 
                                        updateabstract CompletableFuture<HttpResponseFor<Assistant>> update(AssistantUpdateParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<HttpResponseFor<Assistant>> update(AssistantUpdateParams params) 
 - 
                                        updateCompletableFuture<HttpResponseFor<Assistant>> update(String assistantId, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<AssistantListPageAsync>> list() Returns a raw HTTP response for get /assistants, but is otherwise the same as AssistantServiceAsync.list.
 - 
                                        listabstract CompletableFuture<HttpResponseFor<AssistantListPageAsync>> list(AssistantListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<AssistantListPageAsync>> list(RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<AssistantDeleted>> delete(String assistantId) Returns a raw HTTP response for delete /assistants/{assistant_id}, but is otherwise the same as AssistantServiceAsync.delete.
 - 
                                        deleteCompletableFuture<HttpResponseFor<AssistantDeleted>> delete(String assistantId, AssistantDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<AssistantDeleted>> delete(String assistantId, AssistantDeleteParams params) 
 - 
                                        deleteabstract CompletableFuture<HttpResponseFor<AssistantDeleted>> delete(AssistantDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<AssistantDeleted>> delete(AssistantDeleteParams params) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<AssistantDeleted>> delete(String assistantId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-