Class DBC.ChatMessageFields
Fields for ChatMessage, This table contains messages in a chat session.
Inheritance
System.Object
DBC.ChatMessageFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ChatMessageFields
Fields
Author
ChatMessage.Author: The author of the message.
Declaration
public const string Author = "author"
Field Value
Type | Description |
---|---|
System.String |
ChatMessageId
ChatMessage.ChatMessageId: The primary key (auto-incremented)
Declaration
public const string ChatMessageId = "id"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Message
ChatMessage.Message: The message.
Declaration
public const string Message = "message"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
SessionId
ChatMessage.SessionId: The reference to the associated chat session.
Declaration
public const string SessionId = "session_id"
Field Value
Type | Description |
---|---|
System.String |
SpecialParam
ChatMessage.SpecialParam: Special parameter for the special_type.
Declaration
public const string SpecialParam = "special_param"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Type
ChatMessage.Type: The type of the message.
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
System.String |
WhenPosted
ChatMessage.WhenPosted: When the message was posted (UTC timestamp).
Declaration
public const string WhenPosted = "when_posted"
Field Value
Type | Description |
---|---|
System.String |