Type alias AgentState

AgentState: "Available" | "Idle" | "RONA" | string

Represents the possible states an agent can be in

Remarks

Defines the various states an agent can transition between during their session. Common states include 'Available' (ready to handle interactions), 'Idle' (on break or not ready), and 'RONA' (Response on No Answer).