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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSuggestionDenyListEntry\u003c/code\u003e class in the Discovery Engine v1beta API allows for blocking specific phrases from appearing in suggestions.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for functionality within the Google.Protobuf library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBlockPhrase\u003c/code\u003e property allows the user to set a string value representing the phrase to be blocked from suggestions, with a maximum of 125 characters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMatchOperator\u003c/code\u003e property defines how the blocking is applied, allowing for either exact phrase matching or blocking any suggestions containing the specified phrase.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: a default constructor and another that allows the initialization of a new instance based on another \u003ccode\u003eSuggestionDenyListEntry\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]