Module: Google::Cloud::DiscoveryEngine::V1beta::SuggestionDenyListEntry::MatchOperator

Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/completion.rb

Overview

Operator for matching with the generated suggestions.

Constant Summary collapse

MATCH_OPERATOR_UNSPECIFIED =

Default value. Should not be used

0
EXACT_MATCH =

If the suggestion is an exact match to the block_phrase, then block it.

1
CONTAINS =

If the suggestion contains the block_phrase, then block it.

2