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

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
Name Description
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.

Returns
Type Description
string

setBlockPhrase

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

Parameter
Name Description
var string
Returns
Type Description
$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
Type Description
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
Name Description
var int
Returns
Type Description
$this