NSChatMessage
A message in a chat session. Carrier object for ChatMessage.
A message in a chat session. Carrier object for ChatMessage.
Initializes a new instance of the NSChatMessage class.
Returns: CRMScript.Global.String - The author of the message.
Example:
Returns: CRMScript.Global.Integer - The primary key (auto-incremented).
Example:
Returns: CRMScript.Global.Integer - The reference to the associated chat session.
Example:
Returns: CRMScript.Global.String - The message.
Example:
Returns: CRMScript.Global.Integer - Whether the message has been read by the customer or not.
Example:
Returns: CRMScript.Global.String - Special parameter for the special_type.
Example:
Returns: CRMScript.Global.Integer - Indicates if it is a special message, such as a URL redirection. See <xref href=“CRMScript.NetServer.ChatMessageSpecialType” data-throw-if-not-resolved=“false”></xref>
Example:
Returns: CRMScript.Global.Integer - The type of the message. See <xref href=“CRMScript.NetServer.ChatMessageType” data-throw-if-not-resolved=“false”></xref>
Example:
Returns: CRMScript.Global.DateTime - When the message was posted (UTC timestamp).
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Related topics
NSChatAgentNamespace CRMScript.NetServerAdd Chat MessageGet Chat Messageschat_message table