Class: Google::Apis::RetailV2::GoogleCloudRetailV2Rule
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2::GoogleCloudRetailV2Rule
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2/classes.rb,
lib/google/apis/retail_v2/representations.rb,
lib/google/apis/retail_v2/representations.rb
Overview
A rule is a condition-action pair * A condition defines when a rule is to be triggered. * An action specifies what occurs on that trigger. Currently rules only work for controls with SOLUTION_TYPE_SEARCH.
Instance Attribute Summary collapse
-
#boost_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleBoostAction
A boost action to apply to results matching condition specified above.
-
#condition ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2Condition
Metadata that is used to define a condition that triggers an action.
-
#do_not_associate_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleDoNotAssociateAction
Prevents
query_termfrom being associated with specified terms during search. -
#filter_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleFilterAction
- Rule Condition: - No Condition.query_terms provided is a global match.
-
#ignore_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleIgnoreAction
Prevents a term in the query from being used in search.
-
#oneway_synonyms_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleOnewaySynonymsAction
Maps a set of terms to a set of synonyms.
-
#redirect_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleRedirectAction
Redirects a shopper to a specific page.
-
#replacement_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleReplacementAction
Replaces a term in the query.
-
#twoway_synonyms_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleTwowaySynonymsAction
Creates a set of terms that will be treated as synonyms of each other.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2Rule
constructor
A new instance of GoogleCloudRetailV2Rule.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2Rule
Returns a new instance of GoogleCloudRetailV2Rule.
3181 3182 3183 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3181 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boost_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleBoostAction
A boost action to apply to results matching condition specified above.
Corresponds to the JSON property boostAction
3117 3118 3119 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3117 def boost_action @boost_action end |
#condition ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2Condition
Metadata that is used to define a condition that triggers an action. A valid
condition must specify at least one of 'query_terms' or 'products_filter'. If
multiple fields are specified, the condition is met if all the fields are
satisfied e.g. if a set of query terms and product_filter are set, then only
items matching the product_filter for requests with a query matching the query
terms wil get boosted.
Corresponds to the JSON property condition
3127 3128 3129 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3127 def condition @condition end |
#do_not_associate_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleDoNotAssociateAction
Prevents query_term from being associated with specified terms during search.
Example: Don't associate "gShoe" and "cheap".
Corresponds to the JSON property doNotAssociateAction
3133 3134 3135 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3133 def do_not_associate_action @do_not_associate_action end |
#filter_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleFilterAction
- Rule Condition: - No Condition.query_terms provided is a global match. - 1
or more Condition.query_terms provided are combined with OR operator. * Action
Input: The request query and filter that are applied to the retrieved products,
in addition to any filters already provided with the SearchRequest. The AND
operator is used to combine the query's existing filters with the filter rule(
s). NOTE: May result in 0 results when filters conflict. * Action Result:
Filters the returned objects to be ONLY those that passed the filter.
Corresponds to the JSON property
filterAction
3144 3145 3146 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3144 def filter_action @filter_action end |
#ignore_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleIgnoreAction
Prevents a term in the query from being used in search. Example: Don't search
for "shoddy".
Corresponds to the JSON property ignoreAction
3150 3151 3152 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3150 def ignore_action @ignore_action end |
#oneway_synonyms_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleOnewaySynonymsAction
Maps a set of terms to a set of synonyms. Set of synonyms will be treated as
synonyms of each query term only. query_terms will not be treated as
synonyms of each other. Example: "sneakers" will use a synonym of "shoes". "
shoes" will not use a synonym of "sneakers".
Corresponds to the JSON property onewaySynonymsAction
3158 3159 3160 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3158 def oneway_synonyms_action @oneway_synonyms_action end |
#redirect_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleRedirectAction
Redirects a shopper to a specific page. * Rule Condition: - Must specify
Condition.query_terms. * Action Input: Request Query * Action Result:
Redirects shopper to provided uri.
Corresponds to the JSON property redirectAction
3165 3166 3167 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3165 def redirect_action @redirect_action end |
#replacement_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleReplacementAction
Replaces a term in the query. Multiple replacement candidates can be specified.
All query_terms will be replaced with the replacement term. Example:
Replace "gShoe" with "google shoe".
Corresponds to the JSON property replacementAction
3172 3173 3174 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3172 def replacement_action @replacement_action end |
#twoway_synonyms_action ⇒ Google::Apis::RetailV2::GoogleCloudRetailV2RuleTwowaySynonymsAction
Creates a set of terms that will be treated as synonyms of each other. Example:
synonyms of "sneakers" and "shoes": * "sneakers" will use a synonym of "shoes"
. * "shoes" will use a synonym of "sneakers".
Corresponds to the JSON property twowaySynonymsAction
3179 3180 3181 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3179 def twoway_synonyms_action @twoway_synonyms_action end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 |
# File 'lib/google/apis/retail_v2/classes.rb', line 3186 def update!(**args) @boost_action = args[:boost_action] if args.key?(:boost_action) @condition = args[:condition] if args.key?(:condition) @do_not_associate_action = args[:do_not_associate_action] if args.key?(:do_not_associate_action) @filter_action = args[:filter_action] if args.key?(:filter_action) @ignore_action = args[:ignore_action] if args.key?(:ignore_action) @oneway_synonyms_action = args[:oneway_synonyms_action] if args.key?(:oneway_synonyms_action) @redirect_action = args[:redirect_action] if args.key?(:redirect_action) @replacement_action = args[:replacement_action] if args.key?(:replacement_action) @twoway_synonyms_action = args[:twoway_synonyms_action] if args.key?(:twoway_synonyms_action) end |