GoogleCloudRetailV2RuleReplacementActionResponse

data class GoogleCloudRetailV2RuleReplacementActionResponse(val queryTerms: List<String>, val replacementTerm: String, val term: String)

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Term that will be used for replacement.

Link copied to clipboard

Will be deprecated = true post migration;