Class: Google::Cloud::Retail::V2::Rule::IgnoreAction

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/common.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_terms::Array<::String>



327
328
329
330
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 327

class IgnoreAction
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end