public sealed class SuggestionDenyListEntry : IMessage<SuggestionDenyListEntry>, IEquatable<SuggestionDenyListEntry>, IDeepCloneable<SuggestionDenyListEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SuggestionDenyListEntry.
Suggestion deny list entry identifying the phrase to block from suggestions
and the applied operation for the phrase.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SuggestionDenyListEntry` class in the Discovery Engine v1beta API allows for blocking specific phrases from appearing in suggestions."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality within the Google.Protobuf library."],["The `BlockPhrase` property allows the user to set a string value representing the phrase to be blocked from suggestions, with a maximum of 125 characters."],["The `MatchOperator` property defines how the blocking is applied, allowing for either exact phrase matching or blocking any suggestions containing the specified phrase."],["There are two constructors available: a default constructor and another that allows the initialization of a new instance based on another `SuggestionDenyListEntry` instance."]]],[]]