Identificador. Es el nombre del recurso de la configuración de notificaciones del espacio. Formato: users/{user}/spaces/{space}/spaceNotificationSetting.
La configuración de silenciamiento de notificaciones del espacio
NotificationSetting
Son los tipos de configuración de notificaciones. Es posible que se admitan otros tipos en el futuro.
Enumeraciones
NOTIFICATION_SETTING_UNSPECIFIED
Reservado.
ALL
Las notificaciones se activan con @menciones, conversaciones que sigues y el primer mensaje de conversaciones nuevas. Se sigue automáticamente todos los hilos nuevos, a menos que el usuario deje de seguirlos de forma manual.
MAIN_CONVERSATIONS
Las notificaciones se activan con @menciones, conversaciones que sigues y el primer mensaje de conversaciones nuevas. No está disponible para los mensajes directos 1:1.
FOR_YOU
Las notificaciones se activan con @menciones y conversaciones que sigues. No está disponible para los mensajes directos 1:1.
OFF
La notificación está desactivada.
MuteSetting
Los tipos de configuración de silenciamiento de notificaciones del espacio
Enumeraciones
MUTE_SETTING_UNSPECIFIED
Reservado.
UNMUTED
El usuario recibirá notificaciones del espacio según la configuración de notificaciones.
MUTED
El usuario no recibirá ninguna notificación del espacio, independientemente de la configuración de notificaciones.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]