Google Cloud Retail V2Rule Replacement Action Args
data class GoogleCloudRetailV2RuleReplacementActionArgs(val queryTerms: Output<List<String>>? = null, val replacementTerm: Output<String>? = null, val term: Output<String>? = null) : ConvertibleToJava<GoogleCloudRetailV2RuleReplacementActionArgs>
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".