Voting helps other researchers find interesting modules.
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.
supportsConversationProtocol
boolean()
nil
version
integer()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSupportedConversationVersion{ supportsConversationProtocol: boolean() | nil, version: integer() | nil }
@spec decode(struct(), keyword()) :: struct()