Google Cloud Retail V2beta Rule Oneway Synonyms Action Args
data class GoogleCloudRetailV2betaRuleOnewaySynonymsActionArgs(val onewayTerms: Output<List<String>>? = null, val queryTerms: Output<List<String>>? = null, val synonyms: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudRetailV2betaRuleOnewaySynonymsActionArgs>
Maps a set of terms to a set of synonyms. Set of synonyms will be treated as synonyms of each query term only. query_terms
will not be treated as synonyms of each other. Example: "sneakers" will use a synonym of "shoes". "shoes" will not use a synonym of "sneakers".