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."],[[["This document provides reference for the `SuggestionDenyListEntry` class within the Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `SuggestionDenyListEntry` class is designed to identify and block specific phrases from being suggested by the Discovery Engine."],["It inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`."],["The class includes properties `BlockPhrase` (to define the phrase to block) and `MatchOperator` (to define how to block the phrase)."],["The class also defines two constructors, `SuggestionDenyListEntry()` and `SuggestionDenyListEntry(SuggestionDenyListEntry other)`."]]],[]]