AssistantApiGcmCapabilities

GoogleApi.ContentWarehouse.V1.Model.AssistantApiGcmCapabilities


Table of Contents ▼

Jump to a specific part of the page:

Description

Capabilities related to GCM.

Attributes List

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

View Attributes

Attributes

  1. gcmRegistrationId (type: String.t, default: nil)
    - GCM registration id for the device. Used to pass messages to the device.
  2. supportsAssistantGcm (type: boolean(), default: nil)
    - Assistant supports GCM on the device. ClientOps can be sent to it over GCM and will be executed.
  3. supportsClientInputOverGcm (type: boolean(), default: nil)
    - If it is set to true, then it indicates to server that device is capable of receiving a GCM payload with serialized client input. The client input will be sent back to Assistant Server over conversation protocol.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiGcmCapabilities{
gcmRegistrationId: String.t() | nil,
supportsAssistantGcm: boolean() | nil,
supportsClientInputOverGcm: boolean() | nil
}

Function

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

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