Skip to main content

GetChatHistoryResponse

@codebolt/types


Interface: GetChatHistoryResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:85

Extends

Properties

PropertyTypeInherited fromDefined in
agentId?string-common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:93
error?stringBaseChatSDKResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:19
message?stringBaseChatSDKResponse.messagecommon/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?booleanBaseChatSDKResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:17
typestringBaseChatSDKResponse.typecommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:20