class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleOnewaySynonymsAction

shoes“ will not use a synonym of ”sneakers“.
synonyms of each other. Example: ”sneakers“ will use a synonym of ”shoes“. ”
synonyms of each query term only. ‘query_terms` will not be treated as
Maps a set of terms to a set of synonyms. Set of synonyms will be treated as

def initialize(**args)

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

def update!(**args)

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