Types
ThreadDiscussionAgentStatus
The state of the agent working on a discussion, independent of whether the discussion itself is open or resolved.
enum
ThreadDiscussionAgentStatusValues
UNKNOWN
No agent turn has been observed on this discussion. Usually means no agent is involved at all; it also covers the window between an agent being addressed and its first turn being recorded.
IDLE
An agent is attached to the discussion but is not currently working.
IN_PROGRESS
The agent is working.
NEEDS_INPUT
The agent has stopped and is waiting on a human, e.g. for an approval.

