AssistantApiSettingsAmbientSettings

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsAmbientSettings


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. anyUserHasSetPersonalPhotos (type: boolean(), default: nil)
    - Whether any user sets personal photos on this device. See go/ambient-setting-in-assistant-design.
  2. recentHighlightsEnabled (type: boolean(), default: nil)
    - Whether or not the user's current selection for their ambient photo frame includes the auto-generated "Recent Highlights" album. This is used to determine which users to display the go/opa-photos-memories-tile. See go/opa-photo-memories-imax-optin for more discussion on why this bit was created.
  3. showPersonalPhotoData (type: boolean(), default: nil)
    - Whether to enable the personal photo data in the ambient settings: https://screenshot.googleplex.com/Wd4OFkQfOyF See go/opa-photos-ambient-location-date-dd#heading=h.5x4iaouuiett for explanation.
  4. showPersonalPhotos (type: boolean(), default: nil)
    - Whether current user sets personal photos on this device. See go/ambient-setting-in-assistant-design.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsAmbientSettings{
anyUserHasSetPersonalPhotos: boolean() | nil,
recentHighlightsEnabled: boolean() | nil,
showPersonalPhotoData: boolean() | nil,
showPersonalPhotos: boolean() | nil
}

Function

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

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