View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Control (google_api_retail v0.10.0)

Configures dynamic metadata that can be linked to a ServingConfig and affect search or recommendation results at serving time.

Attributes

  • associatedServingConfigIds (type: list(String.t), default: nil) - Output only. List of serving config ids that are associated with this control in the same Catalog. Note the association is managed via the ServingConfig, this is an output only denormalized view.
  • displayName (type: String.t, default: nil) - Required. The human readable control display name. Used in Retail UI. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is thrown.
  • name (type: String.t, default: nil) - Immutable. Fully qualified name projects/*/locations/global/catalogs/*/controls/*
  • rule (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Rule.t, default: nil) - A rule control - a condition-action pair. Enacts a set action when the condition is triggered. For example: Boost "gShoe" when query full matches "Running Shoes".
  • searchSolutionUseCase (type: list(String.t), default: nil) - Specifies the use case for the control. Affects what condition fields can be set. Only settable by search controls. Will default to SEARCH_SOLUTION_USE_CASE_SEARCH if not specified. Currently only allow one search_solution_use_case per control.
  • solutionTypes (type: list(String.t), default: nil) - Required. Immutable. The solution types that the control is used for. Currently we support setting only one type of solution at creation time. Only SOLUTION_TYPE_SEARCH value is supported at the moment. If no solution type is provided at creation time, will default to SOLUTION_TYPE_SEARCH.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Control{
  associatedServingConfigIds: [String.t()] | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  rule: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Rule.t() | nil,
  searchSolutionUseCase: [String.t()] | nil,
  solutionTypes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.