Bildirim ayarı türleri. Gelecekte başka türler de desteklenecektir.
Sıralamalar
NOTIFICATION_SETTING_UNSPECIFIED
Rezerve edildi.
ALL
Bildirimler @bahsetmeler, takip edilen mesaj dizileri ve yeni mesaj dizilerinin ilk mesajı ile ilgili olarak gönderilir. Kullanıcı tarafından manuel olarak takip edilmediği sürece tüm yeni ileti dizileri otomatik olarak takip edilir.
MAIN_CONVERSATIONS
Bildirim, @bahsetmeler, takip edilen mesaj dizileri ve yeni mesaj dizilerinin ilk mesajı ile ilgili olarak tetiklenir. Bire bir doğrudan mesajlarda kullanılamaz.
FOR_YOU
Bildirim, @bahsetmeler ve takip edilen mesaj dizileri tarafından tetiklenir. Bire bir doğrudan mesajlarda kullanılamaz.
OFF
Bildirim kapalı.
MuteSetting
Alan bildirimlerini kapatma ayarı türleri.
Sıralamalar
MUTE_SETTING_UNSPECIFIED
Rezerve edildi.
UNMUTED
Kullanıcı, bildirim ayarına bağlı olarak alanla ilgili bildirim alır.
MUTED
Kullanıcı, bildirim ayarından bağımsız olarak alanla ilgili bildirim almaz.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]