Google Cloud Retail V2Rule Replacement Action Response
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
Link copied to clipboard
fun GoogleCloudRetailV2RuleReplacementActionResponse(queryTerms: List<String>, replacementTerm: String, term: String)