Package com.openai.services.async.beta
Class ChatKitServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.ChatKitServiceAsync.WithRawResponse
public final class ChatKitServiceAsyncImpl.WithRawResponseImpl implements ChatKitServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ChatKitServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SessionServiceAsync.WithRawResponsesessions()ThreadServiceAsync.WithRawResponsethreads()CompletableFuture<HttpResponseFor<ChatKitUploadFileResponse>>uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
ChatKitServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
sessions
SessionServiceAsync.WithRawResponse sessions()
-
threads
ThreadServiceAsync.WithRawResponse threads()
-
uploadFile
CompletableFuture<HttpResponseFor<ChatKitUploadFileResponse>> uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions)
-
-
-
-