AssistantApiLiveTvChannelCapabilitiesLiveTvChannel

AI Overview😉

  • Potential purpose of module: This module appears to be related to Live TV channel capabilities and is used to store information about TV channels, such as their unique identifiers, names, numbers, and deep links to the Live player app. Its purpose is likely to enhance the search results for TV-related queries, providing users with more accurate and relevant information about TV channels.
  • Impact on search results: This module could impact search results by providing more detailed and accurate information about TV channels, allowing users to quickly find and access their desired channels. It may also enable features like channel suggestions, live TV guides, and direct links to TV channel content. This could lead to more user-friendly and informative search results, especially for users searching for TV-related content.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that its TV channel-related content is accurately and consistently structured, with clear and unique identifiers, names, and numbers. Additionally, providing deep links to the Live player app could enhance the user experience and increase the website's visibility in search results. Furthermore, ensuring that the website's content is up-to-date and relevant to users' search queries could also improve its ranking and visibility.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesLiveTvChannel (google_api_content_warehouse v0.4.0)

Attributes

  • channelId (type: String.t, default: nil) - Unique channel identifier.
  • channelName (type: list(String.t), default: nil) - A list of channel names and synonyms.
  • channelNumber (type: String.t, default: nil) - Channel number displayed to user. Optional.
  • deeplink (type: String.t, default: nil) - A deep link into the Live player app that tunes to this channel.
  • mid (type: String.t, default: nil) - KG mid of the channel if it exists in KG.
  • networkMid (type: String.t, default: nil) - Network KG mid of the channel if it exists in KG

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesLiveTvChannel{
    channelId: String.t() | nil,
    channelName: [String.t()] | nil,
    channelNumber: String.t() | nil,
    deeplink: String.t() | nil,
    mid: String.t() | nil,
    networkMid: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.