Google Cloud Retail V2beta Rule Replacement Action Response
data class GoogleCloudRetailV2betaRuleReplacementActionResponse(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 GoogleCloudRetailV2betaRuleReplacementActionResponse(queryTerms: List<String>, replacementTerm: String, term: String)