Functions
Link copied to clipboard
Delete a thread.
Link copied to clipboard
Retrieve a thread.
abstract suspend fun thread(request: ThreadRequest? = null, requestOptions: RequestOptions? = null): Thread
Create a thread.
abstract suspend fun thread(id: ThreadId, metadata: Map<String, String>, requestOptions: RequestOptions? = null): Thread
Modify a thread.