Package com.openai.services.async
        Class ConversationServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.ConversationServiceAsync
 
 public final class ConversationServiceAsyncImpl implements ConversationServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classConversationServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ConversationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ConversationServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ItemServiceAsyncitems()CompletableFuture<Conversation>create(ConversationCreateParams params, RequestOptions requestOptions)CompletableFuture<Conversation>retrieve(ConversationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<Conversation>update(ConversationUpdateParams params, RequestOptions requestOptions)CompletableFuture<ConversationDeletedResource>delete(ConversationDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.ConversationServiceAsynccreate, 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- 
                                        withRawResponseConversationServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsConversationServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        itemsItemServiceAsync items() 
 - 
                                        createCompletableFuture<Conversation> create(ConversationCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<Conversation> retrieve(ConversationRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<Conversation> update(ConversationUpdateParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<ConversationDeletedResource> delete(ConversationDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-