Class: Google::Apis::RetailV2::GoogleCloudRetailV2RuleIgnoreAction

Inherits:
Object
  • Object
show all
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

Prevents a term in the query from being used in search. Example: Don't search for "shoddy".

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2RuleIgnoreAction

Returns a new instance of GoogleCloudRetailV2RuleIgnoreAction.



4071
4072
4073
# File 'lib/google/apis/retail_v2/classes.rb', line 4071

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ignore_termsArray<String>

Terms to ignore in the search query. Corresponds to the JSON property ignoreTerms

Returns:

  • (Array<String>)


4069
4070
4071
# File 'lib/google/apis/retail_v2/classes.rb', line 4069

def ignore_terms
  @ignore_terms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4076
4077
4078
# File 'lib/google/apis/retail_v2/classes.rb', line 4076

def update!(**args)
  @ignore_terms = args[:ignore_terms] if args.key?(:ignore_terms)
end