सूचना सेटिंग के टाइप. आने वाले समय में, अन्य टाइप के लिए भी यह सुविधा उपलब्ध हो सकती है.
Enums
NOTIFICATION_SETTING_UNSPECIFIED
रिज़र्व किया गया.
ALL
नाम टैग किए जाने, फ़ॉलो की गई थ्रेड, और नई थ्रेड के पहले मैसेज से सूचनाएं ट्रिगर होती हैं. सभी नई थ्रेड अपने-आप फ़ॉलो हो जाती हैं. हालांकि, उपयोगकर्ता जब चाहे, तब उन्हें मैन्युअल तरीके से अनफ़ॉलो कर सकता है.
MAIN_CONVERSATIONS
यह सूचना, @नाम, फ़ॉलो की गई थ्रेड, और नई थ्रेड के पहले मैसेज से ट्रिगर होती है. यह सुविधा, 1:1 डायरेक्ट मैसेज के लिए उपलब्ध नहीं है.
FOR_YOU
टैग किए जाने और फ़ॉलो की गई थ्रेड से सूचना ट्रिगर होती है. यह सुविधा, 1:1 डायरेक्ट मैसेज के लिए उपलब्ध नहीं है.
OFF
सूचनाएं पाने की सुविधा बंद है.
MuteSetting
स्पेस की सूचनाएं म्यूट करने की सेटिंग के टाइप.
Enums
MUTE_SETTING_UNSPECIFIED
रिज़र्व किया गया.
UNMUTED
सूचना सेटिंग के आधार पर, उपयोगकर्ता को स्पेस से जुड़ी सूचनाएं मिलेंगी.
MUTED
उपयोगकर्ता को स्पेस से जुड़ी कोई सूचना नहीं मिलेगी. भले ही, सूचना की सेटिंग कुछ भी हो.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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"]]