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-31 UTC."],[[["The latest version of the `SuggestionDenyListEntry` class is 1.6.0, which is part of the Google.Cloud.DiscoveryEngine.V1 namespace."],["This class is designed to block specific phrases from being suggested by the Discovery Engine, supporting blocking both exact phrases and phrases containing the blocked string."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SuggestionDenyListEntry` class includes properties `BlockPhrase` to specify the phrase to block (up to 125 characters) and `MatchOperator` to define the matching criteria."],["Constructors are provided to create new instances of `SuggestionDenyListEntry`, either default or from another `SuggestionDenyListEntry` object."]]],[]]