Class: Google::Cloud::Retail::V2::Rule::TwowaySynonymsAction

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

Overview

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".

Instance Attribute Summary collapse

Instance Attribute Details

#synonyms::Array<::String>



254
255
256
257
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 254

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