GoogleCloudRetailV2alphaRuleTwowaySynonymsActionArgs

data class GoogleCloudRetailV2alphaRuleTwowaySynonymsActionArgs(val synonyms: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudRetailV2alphaRuleTwowaySynonymsActionArgs>

Creates a set of terms that will be treated as synonyms of each other. Example: synonyms of "sneakers" and "shoes": * "sneakers" will use a synonym of "shoes". * "shoes" will use a synonym of "sneakers".

Constructors

Functions

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

Properties

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

Defines a set of synonyms. Can specify up to 100 synonyms. Must specify at least 2 synonyms.