AssistantRemindersAttachmentLink

AI Overview😉

  • The potential purpose of this module is to provide a way to attach links to reminders or notifications in Google's search results, allowing users to quickly access relevant information or take specific actions. This module seems to be related to the Google Assistant and its ability to provide reminders and notifications to users.
  • This module could impact search results by providing users with more interactive and actionable results. For example, if a user searches for a specific event or appointment, the search result could include a link to add the event to their calendar or set a reminder. This could make search results more engaging and useful, and potentially increase user satisfaction.
  • To be more favorable for this function, a website could ensure that its content is structured in a way that allows Google to easily extract relevant information and generate reminders or notifications. This could include using schema markup to identify important dates, events, or actions, and providing clear and concise language that can be used for notification text. Additionally, websites could consider providing surface-specific deeplinks to allow users to quickly access relevant information or take specific actions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • linkUrl (type: String.t, default: nil) - REQUIRED. The link to surface to frontends (e.g., Hubpage, notifications.) This could also be a surface-specific deeplink (be sure to set surface_type accordingly.)
  • notificationText (type: GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersNlgTemplateKey.t, default: nil) - REQUIRED. The text for the notification link button. Note: We cannot take nlp_generation.TemplateData yet due to cyclic dependency. The plan is to cut dependency from TemplateData to quality.actions.Reminder. DEPRECATED. No longer used as part of the notification flow.

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.AssistantRemindersAttachmentLink{
  linkUrl: String.t() | nil,
  notificationText:
    GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersNlgTemplateKey.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.