class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleTwowaySynonymsAction

. * “shoes” will use a synonym of “sneakers”.
synonyms of “sneakers” and “shoes”: * “sneakers” will use a synonym of “shoes”
Creates a set of terms that will be treated as synonyms of each other. Example:

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @synonyms = args[:synonyms] if args.key?(:synonyms)
end