AssistantLogsMediaFocusInfoLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaFocusInfoLog


Table of Contents ▼

Jump to a specific part of the page:

Description

The information related to Media Focus. TODO(b/138952173) Deprecate MediaFocusState in logs/proto/majel_gws/media_action_triggering_info.proto and assistant/verticals/media/proto/target_device_info.proto

Attributes List

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

View Attributes

Attributes

  1. currentFocusDurationSec (type: integer(), default: nil)
    - How long the device is in focus so far
  2. dialogTriggered (type: boolean(), default: nil)
    - TODO(b/134944092) Log MediaFocusDialogTrigger Enum in focus_status.
  3. focusDevice (type: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog, default: nil)
    - LINT.ThenChange(//depot/google3/logs/proto/majel_gws/media_action_triggering_info.proto) The focus device.
  4. mediaFocusState (type: String.t, default: nil)
    - The media focus state at the time of the request.
  5. sourceDeviceId (type: String.t, default: nil)
    - The source device of media focus.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaFocusInfoLog{
currentFocusDurationSec: integer() | nil,
dialogTriggered: boolean() | nil,
focusDevice: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceInfoLog.t() | nil,
mediaFocusState: String.t() | nil,
sourceDeviceId: String.t() | nil
}

Function

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

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