Enum ChatSessionFlags
Value for field 'flags' in table 'chat_session'. This Enum is used by: chat_session.flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ChatSessionFlags : short
Fields
Name | Description |
---|---|
CustomerIsTyping | 0: Set if the customer is currently typing a chat message |
UserIsTyping | 1: Set if the agent is currently typing a chat message |