> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ChatSessionFlags

# <a id="SuperOffice_WebApi_Data_ChatSessionFlags" /> Enum ChatSessionFlags

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

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.

```csharp theme={null}
[Flags]
public enum ChatSessionFlags : short
```

## Fields

`CustomerIsTyping = 0`

0: Set if the customer is currently typing a chat message

`UserIsTyping = 1`

1: Set if the agent is currently typing a chat message
