GoogleCloudRetailV2alphaRuleDoNotAssociateActionArgs

data class GoogleCloudRetailV2alphaRuleDoNotAssociateActionArgs(val doNotAssociateTerms: Output<List<String>>? = null, val queryTerms: Output<List<String>>? = null, val terms: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudRetailV2alphaRuleDoNotAssociateActionArgs>

Prevents query_term from being associated with specified terms during search. Example: Don't associate "gShoe" and "cheap".

Constructors

fun GoogleCloudRetailV2alphaRuleDoNotAssociateActionArgs(doNotAssociateTerms: Output<List<String>>? = null, queryTerms: Output<List<String>>? = null, terms: Output<List<String>>? = null)

Functions

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

Properties

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

Cannot contain duplicates or the query term. Can specify up to 100 terms.

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

Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.

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

Will be deprecated = true post migration;