public sealed class SuggestionDenyListEntry : IMessage<SuggestionDenyListEntry>, IEquatable<SuggestionDenyListEntry>, IDeepCloneable<SuggestionDenyListEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 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."],[[["This documentation is for the `SuggestionDenyListEntry` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0, with the latest version being 1.6.0."],["The `SuggestionDenyListEntry` class is designed to manage phrases that should be blocked from appearing in search suggestions."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which suggests it handles data serialization, comparison, deep cloning, and buffering."],["The class has two constructors, one default and one that accepts another `SuggestionDenyListEntry` instance for cloning."],["It contains properties for `BlockPhrase`, which is the text to block, and `MatchOperator` to define the type of match to apply to the blocked phrase, which can be an exact phrase or any suggestion containing it."]]],[]]