Package com.openai.services.async.chat
        Class ChatCompletionServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponse
 
 public final class ChatCompletionServiceAsyncImpl.WithRawResponseImpl implements ChatCompletionServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponsecreate, createStreaming, delete, delete, delete, delete, delete, list, list, list, 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- 
                                        withOptionsChatCompletionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        messagesMessageServiceAsync.WithRawResponse messages() 
 - 
                                        createCompletableFuture<HttpResponseFor<ChatCompletion>> create(ChatCompletionCreateParams params, RequestOptions requestOptions) 
 - 
                                        createStreamingCompletableFuture<HttpResponseFor<StreamResponse<ChatCompletionChunk>>> createStreaming(ChatCompletionCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatCompletion>> retrieve(ChatCompletionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<HttpResponseFor<ChatCompletion>> update(ChatCompletionUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<ChatCompletionListPageAsync>> list(ChatCompletionListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ChatCompletionDeleted>> delete(ChatCompletionDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-