AssistantApiSupportedConversationVersion

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedConversationVersion


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedConversationVersion