AssistantApiSupportedConversationVersion

AI Overview😉

  • The potential purpose of this module is to ensure that the conversation protocol used by Google Assistant is compatible with the device or client it is interacting with. It checks the version of the conversation protocol supported by the device and ensures that it is compatible with the version used by Google Assistant.
  • This module could impact search results by affecting the way Google Assistant interacts with devices and clients. If a device or client does not support the latest conversation protocol version, Google Assistant may not be able to provide accurate or relevant results. This could lead to a poor user experience and affect the quality of search results.
  • To be more favorable for this function, a website could ensure that it supports the latest conversation protocol version used by Google Assistant. This could involve updating their device or client capabilities to support the latest version of the conversation protocol. Additionally, websites could provide clear and concise information about their device or client capabilities to help Google Assistant determine the best way to interact with them.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The overall Conversation Protocol version. As we make fundamental changes to Conversation protocol that are non-backwards compatible, we will increment the protocol version. By default, all clients will support version 0. All versions are documented at go/conversation-versions.

Attributes

  • supportsConversationProtocol (type: boolean(), default: nil) - Whether conversation protocol is supported explicitly. If true, SingleDeviceCapabilityChecker::SupportsConversationProtocol will always return true.
  • version (type: integer(), default: nil) - The supported version number.

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.AssistantApiSupportedConversationVersion{
    supportsConversationProtocol: boolean() | nil,
    version: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.