GoogleCloudRetailV2RuleReplacementAction constructor

GoogleCloudRetailV2RuleReplacementAction({
  1. List<String>? queryTerms,
  2. String? replacementTerm,
  3. String? term,
})

Implementation

GoogleCloudRetailV2RuleReplacementAction({
  this.queryTerms,
  this.replacementTerm,
  this.term,
});