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-07-25 (UTC)"],[[["\u003cp\u003eSpaceNotificationSetting allows you to manage a user's notification settings within a Google Chat space.\u003c/p\u003e\n"],["\u003cp\u003eYou can configure notification triggers for various events like @mentions, new threads, and followed threads using NotificationSetting.\u003c/p\u003e\n"],["\u003cp\u003eMuteSetting enables you to mute or unmute all notifications for a space, overriding the NotificationSetting.\u003c/p\u003e\n"],["\u003cp\u003eThis feature is currently in Developer Preview and accessible through the Google Workspace Developer Preview Program.\u003c/p\u003e\n"],["\u003cp\u003eUse the \u003ccode\u003eget\u003c/code\u003e and \u003ccode\u003epatch\u003c/code\u003e methods to retrieve and update space notification settings respectively.\u003c/p\u003e\n"]]],["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"],null,[]]