Class ChatKitServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.ChatKitService.WithRawResponse
public final class ChatKitServiceImpl.WithRawResponseImpl implements ChatKitService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ChatKitService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. SessionService.WithRawResponse
sessions()
ThreadService.WithRawResponse
threads()
HttpResponseFor<ChatKitUploadFileResponse>
uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
ChatKitService.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
SessionService.WithRawResponse sessions()
-
threads
ThreadService.WithRawResponse threads()
-
uploadFile
HttpResponseFor<ChatKitUploadFileResponse> uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions)
-
-
-
-