GoogleCloudRetailV2alphaRuleReplacementActionArgs

data class GoogleCloudRetailV2alphaRuleReplacementActionArgs(val queryTerms: Output<List<String>>? = null, val replacementTerm: Output<String>? = null, val term: Output<String>? = null) : ConvertibleToJava<GoogleCloudRetailV2alphaRuleReplacementActionArgs>

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

fun GoogleCloudRetailV2alphaRuleReplacementActionArgs(queryTerms: Output<List<String>>? = null, replacementTerm: Output<String>? = null, term: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRetailV2alphaRuleReplacementActionArgs

Properties

Link copied to clipboard
val queryTerms: Output<List<String>>? = null

Terms from the search query. Will be replaced by replacement term. Can specify up to 100 terms.

Link copied to clipboard
val replacementTerm: Output<String>? = null

Term that will be used for replacement.

Link copied to clipboard
val term: Output<String>? = null

Will be deprecated = true post migration;