AssistantApiFluidActionsSupport

AI Overview😉

  • The potential purpose of this module is to facilitate synchronization of state between the client-side and server-side of Google's Assistant API, specifically for Fluid Actions. This allows for seamless communication and updating of information between the two.
  • This module could impact search results by ensuring that the most up-to-date and relevant information is presented to users. By syncing state in real-time, search results may be more accurate and reflective of the user's current context, leading to a more personalized and efficient search experience.
  • To be more favorable for this function, a website may focus on providing clear and structured data that can be easily synced with the server-side. This could involve using standardized formats for data, ensuring accurate and up-to-date information, and optimizing website architecture for efficient data exchange. Additionally, websites may consider implementing APIs or other data-sharing mechanisms to facilitate seamless communication with Google's Assistant API.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • stateSyncMethod (type: String.t, default: nil) - Specifies the params proto that Fluid Actions uses to sync state with server.

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.AssistantApiFluidActionsSupport{
  stateSyncMethod: 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.