AssistantApiSystemNotificationRestrictionsNotificationChannelState

AI Overview😉

  • The potential purpose of this module is to manage and track notification channels and their enabled status for Google Assistant API systems. This could be related to how Google handles notifications and alerts for its users, and how it prioritizes or filters these notifications.
  • This module could impact search results by influencing how Google handles notifications related to search queries or search results. For example, if a user has enabled notifications for a specific topic or search query, this module could affect how those notifications are prioritized or displayed in search results. It may also impact the ranking of search results that are related to notifications or alerts.
  • A website may change things to be more favorable for this function by ensuring that its notification systems and APIs are compatible with Google's Assistant API, and that it provides clear and relevant notification channels for users. This could involve implementing specific notification types or categories, or providing users with granular control over their notification preferences. By doing so, a website may increase the visibility and relevance of its content in search results, particularly for users who have enabled notifications related to that content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationChannelState (google_api_content_warehouse v0.4.0)

Notification channels state.

Attributes

  • channelType (type: String.t, default: nil) - Notification channel type.
  • enabled (type: boolean(), default: nil) - Whether the notifications on this channel are enabled.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSystemNotificationRestrictionsNotificationChannelState{
    channelType: String.t() | nil,
    enabled: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.