L'impostazione di disattivazione audio delle notifiche dello spazio.
NotificationSetting
I tipi di impostazioni di notifica. In futuro potrebbero essere supportati altri tipi.
Enum
NOTIFICATION_SETTING_UNSPECIFIED
Riservato.
ALL
Le notifiche vengono attivate da @menzioni, thread seguiti, primo messaggio di nuovi thread. Tutti i nuovi thread vengono seguiti automaticamente, a meno che l'utente non li rimuovi manualmente.
MAIN_CONVERSATIONS
La notifica viene attivata dalle @menzioni, dai thread seguiti e dal primo messaggio dei nuovi thread. Non disponibile per i messaggi diretti 1:1.
FOR_YOU
La notifica viene attivata dalle @menzioni e dai thread seguiti. Non disponibile per i messaggi diretti 1:1.
OFF
La notifica è disattivata.
MuteSetting
I tipi di impostazioni di disattivazione delle notifiche dello spazio.
Enum
MUTE_SETTING_UNSPECIFIED
Riservato.
UNMUTED
L'utente riceverà notifiche per lo spazio in base all'impostazione delle notifiche.
MUTED
L'utente non riceverà alcuna notifica per lo spazio, indipendentemente dall'impostazione della notifica.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]