Show / Hide Table of Contents

Enum Availability.Types.State

Represents the current availability state of the user.

Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum Availability.Types.State

Fields

Name Description
Active

The user is currently active, based on recent activity.

Away

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.

DoNotDisturb

The user is in Do Not Disturb state, which is manually set.

Idle

The user is currently idle. This state indicates a period of inactivity after being ACTIVE, before potentially transitioning to AWAY.

Unspecified

Default value. The state is unspecified.

In this article
Back to top Generated by DocFX