UserMessage
Interface: UserMessage
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:30
Properties
| Property | Type | Defined in |
|---|---|---|
data | { [key: string]: any; text: string; } | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:38 |
data.text | string | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:39 |
message | FlatUserMessage | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:32 |
messageId | string | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:42 |
sender | { senderInfo: Record<string, any>; senderType: string; } | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:33 |
sender.senderInfo | Record<string, any> | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:35 |
sender.senderType | string | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:34 |
templateType | string | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:37 |
threadId | string | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:43 |
timestamp | string | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:44 |
type | string | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:31 |