CreateThreadResponse
Interface: CreateThreadResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:136
Response for creating a thread
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
createdAt? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:141 |
description? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:139 |
error? | string | BaseThreadSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:10 |
message? | string | BaseThreadSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:9 |
metadata? | Record<string, unknown> | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:143 |
status? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:140 |
success? | boolean | BaseThreadSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:8 |
threadId? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:137 |
title? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:138 |
updatedAt? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/thread.ts:142 |