AssistantTeleportTeleportNicknameSignals

GoogleApi.ContentWarehouse.V1.Model.AssistantTeleportTeleportNicknameSignals


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. hasLocationInterpretation (type: boolean(), default: nil)
    - Whether the nickname could also refer to a location. For example, "walmart", "starbucks".
  2. installInfo (type: String.t, default: nil)
    - Indicates whether the user has the app installed.
  3. isGeneric (type: boolean(), default: nil)
    - True when the name is generic, i.e when it could refer to multiple packages from different developrs. For example, "mail" is considered a generic name (since it can refer to "gmail", "yahoo mail" etc.) but "facebook" although could refer to both "facebook" and "facebook lite" is not considered generic (both packages are from the same third party).
  4. nicknameTier (type: String.t, default: nil)
    - The tier of the nickname.
  5. source (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantTeleportTeleportNicknameSignals{
hasLocationInterpretation: boolean() | nil,
installInfo: String.t() | nil,
isGeneric: boolean() | nil,
nicknameTier: String.t() | nil,
source: String.t() | nil
}

Function

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

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