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

Signals about the media entity.

Attributes

  • artistTitle (type: String.t, default: nil) - For songs, this is the name of the primary artist, i.e. "Shallow" would "Lady Gaga" set.
  • name (type: String.t, default: nil) - Name of the media entity, i.e. "Lady Gaga".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryMediaEntitySignals{
    artistTitle: String.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.