Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Chat::V1::Availability::State.
Represents the current availability state of the user.
Constants
STATE_UNSPECIFIED
value: 0
Default value. The state is unspecified.
ACTIVE
value: 1
The user is currently active, based on recent activity.
IDLE
value: 2
The user is currently idle. This state indicates a period of inactivity
after being ACTIVE, before potentially transitioning to AWAY.
AWAY
value: 3
The user is currently away. This can be either automatically set after
a period of inactivity in ACTIVE or IDLE state, or it can be manually set
by the user. When manually set via MarkAsAway, this state persists
regardless of user activity.
DO_NOT_DISTURB
value: 4
The user is in Do Not Disturb state, which is manually set.