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