Class 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
public sealed class ChatSessionFlags : Enum
Fields
CustomerIsTyping
0: Set if the customer is currently typing a chat message
Declaration
public const ChatSessionFlags CustomerIsTyping
Field Value
Type | Description |
---|---|
ChatSessionFlags |
UserIsTyping
1: Set if the agent is currently typing a chat message
Declaration
public const ChatSessionFlags UserIsTyping
Field Value
Type | Description |
---|---|
ChatSessionFlags |
value__
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.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)