GoogleCloudRetailV2RuleReplacementAction class
Replaces a term in the query.
Multiple replacement candidates can be specified. All query_terms
will be
replaced with the replacement term. Example: Replace "gShoe" with "google
shoe".
Constructors
-
GoogleCloudRetailV2RuleReplacementAction({List<
String> ? queryTerms, String? replacementTerm, String? term}) - GoogleCloudRetailV2RuleReplacementAction.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
queryTerms
↔ List<
String> ? -
Terms from the search query.
getter/setter pair
- replacementTerm ↔ String?
-
Term that will be used for replacement.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- term ↔ String?
-
Will be [deprecated = true] post migration;
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited