AssistantApiCastAssistantSettingLinkingResult

AI Overview😉

  • The potential purpose of this module is to monitor and analyze the linking status of Google Assistant with other devices, such as Android TV (ATV) surfaces, and to provide error messages when linking fails. This information is used for data profiling purposes, likely to improve the overall user experience and troubleshoot issues.
  • This module could impact search results by affecting how well a website or application is integrated with Google Assistant and other devices. If a website has poor linking status or frequent errors, it may be ranked lower in search results or have reduced visibility in Google Assistant-powered devices. On the other hand, websites with seamless integration and minimal errors may be rewarded with better search rankings and increased visibility.
  • To be more favorable for this function, a website may want to ensure that it has a robust and reliable integration with Google Assistant and other devices. This could involve implementing Google's recommended APIs and protocols for device linking, regularly testing and troubleshooting linking issues, and providing clear and concise error messages when linking fails. Additionally, websites may want to prioritize user experience and ensure that their content is easily accessible and usable across different devices and platforms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • castLinkingStatus (type: String.t, default: nil) - Cast linking status for ATV surfaces. This is derived from error messages returned from Cast Orchestration Server and will be used for data profiling only(go/katniss-settings-dashboard).
  • truncatedErrorMsg (type: String.t, default: nil) - The error msg returned from COS, truncated in case it's too large.

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.AssistantApiCastAssistantSettingLinkingResult{
    castLinkingStatus: String.t() | nil,
    truncatedErrorMsg: 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.