GoogleCloudRetailV2betaRuleDoNotAssociateActionResponse

data class GoogleCloudRetailV2betaRuleDoNotAssociateActionResponse(val doNotAssociateTerms: List<String>, val queryTerms: List<String>, val terms: List<String>)

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Will be deprecated = true post migration;