Các loại chế độ cài đặt thông báo. Các loại khác có thể được hỗ trợ trong tương lai.
Enum
NOTIFICATION_SETTING_UNSPECIFIED
Đã đặt trước.
ALL
Thông báo được kích hoạt bằng lượt đề cập bằng @, chuỗi tin nhắn bạn theo dõi, tin nhắn đầu tiên của chuỗi tin nhắn mới. Tất cả chuỗi tin nhắn mới đều được tự động theo dõi, trừ phi người dùng bỏ theo dõi theo cách thủ công.
MAIN_CONVERSATIONS
Thông báo này được kích hoạt bởi các lượt đề cập bằng @, chuỗi trò chuyện bạn theo dõi, tin nhắn đầu tiên của chuỗi trò chuyện mới. Không áp dụng cho tin nhắn trực tiếp 1:1.
FOR_YOU
Thông báo này được kích hoạt bởi lượt đề cập bằng @và chuỗi tin nhắn bạn theo dõi. Không áp dụng cho tin nhắn trực tiếp 1:1.
OFF
Thông báo đang tắt.
MuteSetting
Các loại chế độ cài đặt tắt thông báo của không gian.
Enum
MUTE_SETTING_UNSPECIFIED
Đã đặt trước.
UNMUTED
Người dùng sẽ nhận được thông báo về không gian dựa trên chế độ cài đặt thông báo.
MUTED
Người dùng sẽ không nhận được thông báo nào về không gian đó, bất kể chế độ cài đặt thông báo.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-03-06 UTC."],[[["SpaceNotificationSetting allows you to manage a user's notification settings within a Google Chat space."],["You can configure notification triggers for various events like @mentions, new threads, and followed threads using NotificationSetting."],["MuteSetting enables you to mute or unmute all notifications for a space, overriding the NotificationSetting."],["This feature is currently in Developer Preview and accessible through the Google Workspace Developer Preview Program."],["Use the `get` and `patch` methods to retrieve and update space notification settings respectively."]]],["SpaceNotificationSetting defines a user's notification preferences within a space, encompassing `notificationSetting` and `muteSetting`. Notification settings include `ALL`, `MAIN_CONVERSATIONS`, `FOR_YOU`, or `OFF`, controlling when notifications are triggered. Mute settings are `UNMUTED` or `MUTED`, determining if the user gets any notifications, regardless of the notification type. Methods include `get` to retrieve the settings and `patch` to update them, available in the Google Workspace Developer Preview Program.\n"]]