AssistantApiContactLookupCapabilities

AI Overview😉

  • The potential purpose of this module is to enable the Google Assistant to route contact lookup requests to a tethered device (such as a smart speaker or smart display) if the primary device (such as a smartphone) does not support contact lookup or is not available. This allows for a more seamless and integrated experience across devices.
  • This module could impact search results by potentially returning more accurate or up-to-date contact information if the tethered device has access to more recent or accurate data. It may also affect the ranking of search results if the algorithm takes into account the availability and capabilities of tethered devices.
  • To be more favorable for this function, a website could ensure that its contact information is easily accessible and up-to-date, and that it provides a consistent and integrated experience across different devices. This could involve optimizing website content and structure for voice search and ensuring that contact information is readily available through APIs or other data sources.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • fallbackToTetheredDevice (type: boolean(), default: nil) - If true, contact.LOOKUP should be routed to the tethered device (if present) if the tethered device supports contact.LOOKUP and the primary device does not.

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.AssistantApiContactLookupCapabilities{
    fallbackToTetheredDevice: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.