Retail V2 API - Class Google::Cloud::Retail::V2::Rule::TwowaySynonymsAction (v0.13.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::Rule::TwowaySynonymsAction.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#synonyms

def synonyms() -> ::Array<::String>
Returns
  • (::Array<::String>) — Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms.

#synonyms=

def synonyms=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms.
Returns
  • (::Array<::String>) — Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms.