Class DBC.ChatMessageFields
Fields for ChatMessage, This table contains messages in a chat session.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ChatMessageFields
Fields
Author
ChatMessage.Author: The author of the message.
Declaration
public const string Author = "author"
Field Value
Type | Description |
---|---|
string |
ChatMessageId
ChatMessage.ChatMessageId: The primary key (auto-incremented)
Declaration
public const string ChatMessageId = "id"
Field Value
Type | Description |
---|---|
string |
CreatedBy
ChatMessage.CreatedBy: The user agent who wrote the message. -1 if customer
Declaration
public const string CreatedBy = "created_by"
Field Value
Type | Description |
---|---|
string |
Message
ChatMessage.Message: The message.
Declaration
public const string Message = "message"
Field Value
Type | Description |
---|---|
string |
ReadByCustomer
ChatMessage.ReadByCustomer: Whether the message has been read by the customer or not.
Declaration
public const string ReadByCustomer = "read_by_customer"
Field Value
Type | Description |
---|---|
string |
SessionId
ChatMessage.SessionId: The reference to the associated chat session.
Declaration
public const string SessionId = "session_id"
Field Value
Type | Description |
---|---|
string |
SpecialParam
ChatMessage.SpecialParam: Special parameter for the special_type.
Declaration
public const string SpecialParam = "special_param"
Field Value
Type | Description |
---|---|
string |
SpecialType
ChatMessage.SpecialType: Enum indicating if it is a special message, such as an URL redirection, etc.
Declaration
public const string SpecialType = "special_type"
Field Value
Type | Description |
---|---|
string |
Type
ChatMessage.Type: The type of the message.
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
string |
WhenPosted
ChatMessage.WhenPosted: When the message was posted (UTC timestamp).
Declaration
public const string WhenPosted = "when_posted"
Field Value
Type | Description |
---|---|
string |