Class DoNotAssociateAction (1.10.0)

DoNotAssociateAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
query_terms Sequence[str]
Terms from the search query. Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.
do_not_associate_terms Sequence[str]
Cannot contain duplicates or the query term. Can specify up to 100 terms.
terms Sequence[str]
Will be [deprecated = true] post migration;

Inheritance

builtins.object > proto.message.Message > DoNotAssociateAction