View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedConversationVersion{
    supportsConversationProtocol: boolean() | nil,
    version: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.