Google Cloud Discovery Engine V1 Client - Class SuggestionDenyListEntry (1.3.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ block_phrasestring

Required. Phrase to block from suggestions served. Can be maximum 125 characters.

↳ match_operatorint

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.

Returns
TypeDescription
string

setBlockPhrase

Required. Phrase to block from suggestions served. Can be maximum 125 characters.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getMatchOperator

Required. The match operator to apply for this phrase. Whether to block the exact phrase, or block any suggestions containing this phrase.

Returns
TypeDescription
int

setMatchOperator

Required. The match operator to apply for this phrase. Whether to block the exact phrase, or block any suggestions containing this phrase.

Parameter
NameDescription
varint
Returns
TypeDescription
$this