GoogleCloudContentwarehouseV1RuleActionsPair

AI Overview😉

  • The potential purpose of this module is to pair a rule with its associated actions and outputs. This allows the search algorithm to evaluate and execute rules, and then use the resulting outputs to inform ranking decisions or other search result modifications.
  • This module could impact search results by allowing the algorithm to apply specific rules and actions to individual search results, potentially altering their ranking, visibility, or presentation. This could lead to more personalized or context-specific search results, as well as improved filtering or removal of irrelevant content.
  • To be more favorable for this function, a website could focus on creating high-quality, rule-compliant content that is easily parseable by the search algorithm. This might involve using structured data, adhering to established content guidelines, and ensuring that content is accurately categorized and tagged. Additionally, websites could focus on providing clear and concise information that can be easily extracted and used by the algorithm's rules and actions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents a rule and outputs of associated actions.

Attributes

  • actionOutputs (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput.t), default: nil) - Outputs of executing the actions associated with the above rule.
  • rule (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t, default: nil) - Represents the rule.

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.GoogleCloudContentwarehouseV1RuleActionsPair{
    actionOutputs:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput.t()
      ]
      | nil,
    rule:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.