ENUM

ACTIVE_AGENT_STATUS

The active status of agent

link GraphQL Schema definition

1enum ACTIVE_AGENT_STATUS {
2
3INVISIBLE
4
5AWAY
6
7ONLINE
8}