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 document provides reference information for the `SuggestionDenyListEntry` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0."],["`SuggestionDenyListEntry` is a class used to define phrases that should be blocked from appearing in search suggestions, including properties for the phrase and its matching behavior."],["The class is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is implemented within the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."],["There are multiple previous versions of the API and code associated with this document, including version 1.6.0, which is the most recent."],["`SuggestionDenyListEntry` allows for defining the `BlockPhrase` and `MatchOperator`, which determines the phrase to block and how the system should match it."]]],[]]