GoogleCloudContentwarehouseV1ActionExecutorOutput

AI Overview😉

  • The potential purpose of this module is to execute and store the output of rules and corresponding actions, which may be used to determine the relevance or ranking of search results. In simple terms, it's a decision-making module that takes rules and actions as input and produces an output that affects search results.
  • This module could impact search results by influencing the ranking or relevance of certain pages or content. The output of the Action Executor may be used to promote or demote certain results based on the rules and actions defined. This could lead to more personalized or context-specific search results, but also raises concerns about potential biases or manipulation of search results.
  • A website may change things to be more favorable for this function by ensuring that their content is aligned with the rules and actions defined in the Action Executor. This could involve optimizing content to meet specific criteria or signals, such as relevance, authority, or user engagement. Additionally, websites may want to ensure that their content is easily crawlable and indexable by Google's algorithms, and that they are providing a good user experience to increase the likelihood of being promoted in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents the output of the Action Executor.

Attributes

  • ruleActionsPairs (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleActionsPair.t), default: nil) - List of rule and corresponding actions result.

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.GoogleCloudContentwarehouseV1ActionExecutorOutput{
    ruleActionsPairs:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleActionsPair.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.