Module: Google::Apps::Chat::V1::SpaceNotificationSetting::NotificationSetting

Defined in:
proto_docs/google/chat/v1/space_notification_setting.rb

Overview

The notification setting types. Other types might be supported in the future.

Constant Summary collapse

NOTIFICATION_SETTING_UNSPECIFIED =

Reserved.

0
ALL =

Notifications are triggered by @mentions, followed threads, first message of new threads. All new threads are automatically followed, unless manually unfollowed by the user.

1
MAIN_CONVERSATIONS =

The notification is triggered by @mentions, followed threads, first message of new threads. Not available for 1:1 direct messages.

2
FOR_YOU =

The notification is triggered by @mentions, followed threads. Not available for 1:1 direct messages.

3
OFF =

Notification is off.

4