GoogleAssistantEmbeddedV1Timers

AI Overview😉

  • The potential purpose of this module is to gather and provide information about timers set on devices, such as alarms or reminders, that are connected to Google Assistant. This information can be used to improve the user's experience by allowing Google Assistant to provide more personalized and relevant responses.
  • This module could impact search results by influencing the ranking of websites that provide timer-related content or services. For example, if a user sets a timer on their device, Google Assistant may prioritize search results that are relevant to the timer's purpose or duration. This could lead to more targeted and relevant search results for users.
  • A website may change things to be more favorable for this function by optimizing their content to be more relevant to timer-related searches. This could include using keywords related to timers, providing information on how to set timers on various devices, or offering timer-related services. Additionally, websites that provide integrations with Google Assistant or other devices that support timers may be more likely to be prioritized in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains information about on-device timers for devices that support timers.

Attributes

  • stateFetchError (type: String.t, default: nil) - Indicates if an error occurred while fetching timer state. If this value is missing, it can be assumed that the state fetch was successful.
  • timers (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timer.t), default: nil) - Information about all on-device timers.

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.GoogleAssistantEmbeddedV1Timers{
  stateFetchError: String.t() | nil,
  timers:
    [GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timer.t()]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.