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>

Returns Terms to ignore in the search query.

Returns:

  • (::Array<::String>)

    Terms to ignore in the search query.



301
302
303
304
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 301

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