GoogleAssistantEmbeddedV1AlarmRecurrence

AI Overview😉

  • The potential purpose of this module is to help Google understand and process recurring events or alarms, such as weekly meetings or daily reminders, and to use this information to improve search results related to these events.
  • This module could impact search results by allowing Google to better understand the context and relevance of search queries related to recurring events. For example, if a user searches for "weekly team meeting", Google could use this module to understand that the user is looking for information about a recurring event, and provide more accurate and relevant results.
  • A website may change things to be more favorable for this function by providing clear and structured data about recurring events, such as using schema.org markup to specify the dates and frequencies of events. Additionally, using natural language processing and entity recognition to identify and extract relevant information about recurring events from unstructured data could also be beneficial.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A description of the dates when an alarm should recur.

Attributes

  • dayOfWeek (type: list(String.t), default: nil) - Specifies a weekly or daily recurrence. Constraint: The date falls on one of these days of the week, in 0...6 (Sunday...Saturday). Should not be empty.

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.GoogleAssistantEmbeddedV1AlarmRecurrence{
    dayOfWeek: [String.t()] | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.