Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class SuggestionDenyListEntry.
Suggestion deny list entry identifying the phrase to block from suggestions and the applied operation for the phrase.
Generated from protobuf message google.cloud.discoveryengine.v1.SuggestionDenyListEntry
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ block_phrase
string
Required. Phrase to block from suggestions served. Can be maximum 125 characters.
↳ match_operator
int
Required. The match operator to apply for this phrase. Whether to block the exact phrase, or block any suggestions containing this phrase.
getBlockPhrase
Required. Phrase to block from suggestions served. Can be maximum 125 characters.
string
setBlockPhrase
Required. Phrase to block from suggestions served. Can be maximum 125 characters.
var
string
$this
getMatchOperator
Required. The match operator to apply for this phrase. Whether to block the exact phrase, or block any suggestions containing this phrase.
int
setMatchOperator
Required. The match operator to apply for this phrase. Whether to block the exact phrase, or block any suggestions containing this phrase.
var
int
$this