View Source GoogleApi.ContentWarehouse.V1.Model.AssistantTeleportTeleportNicknameSignals (google_api_content_warehouse v0.4.0)

Attributes

  • hasLocationInterpretation (type: boolean(), default: nil) - Whether the nickname could also refer to a location. For example, "walmart", "starbucks".
  • installInfo (type: String.t, default: nil) - Indicates whether the user has the app installed.
  • 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).
  • nicknameTier (type: String.t, default: nil) - The tier of the nickname.
  • source (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.