GoogleCloudRetailV2Rule constructor
GoogleCloudRetailV2Rule({
- GoogleCloudRetailV2RuleBoostAction? boostAction,
- GoogleCloudRetailV2Condition? condition,
- GoogleCloudRetailV2RuleDoNotAssociateAction? doNotAssociateAction,
- GoogleCloudRetailV2RuleFilterAction? filterAction,
- GoogleCloudRetailV2RuleForceReturnFacetAction? forceReturnFacetAction,
- GoogleCloudRetailV2RuleIgnoreAction? ignoreAction,
- GoogleCloudRetailV2RuleOnewaySynonymsAction? onewaySynonymsAction,
- GoogleCloudRetailV2RuleRedirectAction? redirectAction,
- GoogleCloudRetailV2RuleRemoveFacetAction? removeFacetAction,
- GoogleCloudRetailV2RuleReplacementAction? replacementAction,
- GoogleCloudRetailV2RuleTwowaySynonymsAction? twowaySynonymsAction,
Implementation
GoogleCloudRetailV2Rule({
this.boostAction,
this.condition,
this.doNotAssociateAction,
this.filterAction,
this.forceReturnFacetAction,
this.ignoreAction,
this.onewaySynonymsAction,
this.redirectAction,
this.removeFacetAction,
this.replacementAction,
this.twowaySynonymsAction,
});