GetChatHistoryResponse
Interface: GetChatHistoryResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:85
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
agentId? | string | - | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:93 |
error? | string | BaseChatSDKResponse.error | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:19 |
message? | string | BaseChatSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:18 |
messages? | { content: string; id: string; sender: string; timestamp: string; type: string; }[] | - | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:86 |
success? | boolean | BaseChatSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:17 |
type | string | BaseChatSDKResponse.type | common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:20 |