KnowledgeAnswersIntentQueryMediaEntitySignals

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryMediaEntitySignals


Table of Contents ▼

Jump to a specific part of the page:

Description

Signals about the media entity.

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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