AssistantApiCrossDeviceExecutionCapability

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCrossDeviceExecutionCapability


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. localConnectivityEnabled (type: boolean(), default: nil)
    - Whether the device has torus/usonia capabililities enabled or not.
  2. remoteCastMediaEnabled (type: boolean(), default: nil)
    - Whether the device supports cast media originated from a remote device to be executed through local execution and can upload results asynchronously. Needs to be checked before sending remote media initiation through local channel since it needs an async result upload path.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCrossDeviceExecutionCapability{
localConnectivityEnabled: boolean() | nil,
remoteCastMediaEnabled: boolean() | nil
}

Function

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

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