KnowledgeAnswersIntentQueryCollectionMembership

AI Overview😉

  • The potential purpose of this module is to determine the relevance and importance of an entity (e.g. a person, organization, or concept) within a specific collection or group. This is done by assigning a score to the entity based on its membership in the collection.
  • This module could impact search results by influencing the ranking of entities that are part of a collection. Entities with higher collection scores may be considered more relevant or authoritative within their respective collections, leading to higher search rankings. This could also lead to more diverse search results, as the algorithm may prioritize entities from different collections.
  • To be more favorable to this function, a website may focus on:
    • Creating clear and consistent entity identifiers (e.g. MID) to help the algorithm understand collection membership.
    • Organizing content into logical collections or groups, making it easier for the algorithm to determine relevance and importance.
    • Providing high-quality, relevant, and authoritative content within these collections to increase the collection score.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A message representing the collection membership of an entity.

Attributes

  • collectionId (type: String.t, default: nil) - Human readable id of the collection.
  • collectionMid (type: String.t, default: nil) - Identifier of the collection, usually a MID (/m/xyz or /g/zyw).
  • collectionScore (type: number(), default: nil) - The collection score for a entity.
  • score (type: list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionScore.t), default: nil) - Different types of scores for the collection. Each score type has at most one score.

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.KnowledgeAnswersIntentQueryCollectionMembership{
    collectionId: String.t() | nil,
    collectionMid: String.t() | nil,
    collectionScore: number() | nil,
    score:
      [
        GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryCollectionScore.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.