QualityActionsCustomizedNotificationButton

AI Overview😉

  • The potential purpose of this module is to provide a customized notification button within search results, allowing users to take a specific action related to the search query. This could be used to provide additional information, initiate a transaction, or offer a solution to the user's query.
  • This module could impact search results by providing users with a more interactive and engaging experience. It may also influence the ranking of results, as pages with relevant and useful customized notification buttons may be considered more valuable to users. This could lead to a shift in the types of results that are displayed, with more emphasis on pages that offer actionable information or solutions.
  • To be more favorable to this function, a website could ensure that it provides clear and relevant labels for the notification button, and that the tap action is relevant and useful to the user. Additionally, the website could ensure that the notification button is prominently displayed and easily accessible, and that it is optimized for mobile devices. The website could also consider using schema markup or other forms of structured data to provide additional context and information to search engines about the notification button and its purpose.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • label (type: String.t, default: nil) - REQUIRED. text for the button label
  • tapAction (type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t, default: nil) - REQUIRED. tap action for the button

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.QualityActionsCustomizedNotificationButton{
    label: String.t() | nil,
    tapAction:
      GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.