Package com.openai.services.async
        Class ConversationServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.ConversationServiceAsync.WithRawResponse
 
 public final class ConversationServiceAsyncImpl.WithRawResponseImpl implements ConversationServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description ConversationServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ItemServiceAsync.WithRawResponseitems()CompletableFuture<HttpResponseFor<Conversation>>create(ConversationCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Conversation>>retrieve(ConversationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Conversation>>update(ConversationUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ConversationDeletedResource>>delete(ConversationDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.ConversationServiceAsync.WithRawResponsecreate, create, create, delete, delete, delete, delete, delete, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsConversationServiceAsync.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<Conversation>> create(ConversationCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<Conversation>> retrieve(ConversationRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<HttpResponseFor<Conversation>> update(ConversationUpdateParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ConversationDeletedResource>> delete(ConversationDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-