AssistantApiSettingsMusicFilter

AI Overview😉

  • The potential purpose of this module is to filter and customize music-related search results based on user preferences and available music providers. It seems to be related to Google Assistant's music features.
  • This module could impact search results by only showing music content from whitelisted providers, and potentially prioritizing results based on the user's preferred providers. This could lead to a more personalized and relevant search experience for users with specific music preferences.
  • A website may change things to be more favorable for this function by ensuring they are a whitelisted music provider, and by providing high-quality, relevant music content that aligns with user preferences. This could increase the website's visibility and ranking in music-related search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Specification of which music features can be used.

Attributes

  • availableProviders (type: list(String.t), default: nil) - Providers available at the time user updated settings.
  • providerFilterState (type: String.t, default: nil) - Represents the state for the music provider filter.
  • state (type: String.t, default: nil) -
  • whitelistedProviders (type: list(String.t), default: nil) - Contains the list of whitelisted music providers.

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.AssistantApiSettingsMusicFilter{
  availableProviders: [String.t()] | nil,
  providerFilterState: String.t() | nil,
  state: String.t() | nil,
  whitelistedProviders: [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.