public sealed class ExcludedPhrase : IMessage<EntityType.Types.ExcludedPhrase>, IEquatable<EntityType.Types.ExcludedPhrase>, IDeepCloneable<EntityType.Types.ExcludedPhrase>, IBufferMessage, IMessage
An excluded entity phrase that should not be matched.
[[["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 page provides documentation for the `ExcludedPhrase` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, part of the Dialogflow CX client library for .NET."],["`ExcludedPhrase` represents a phrase that should not be matched in Dialogflow CX entities, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ExcludedPhrase` class has two constructors: a default constructor and one that takes another `ExcludedPhrase` instance as a parameter to copy it."],["The `Value` property of the `ExcludedPhrase` class is required and represents the specific word or phrase that should be excluded, as a `string`."]]],[]]