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 webpage provides documentation for the `ExcludedPhrase` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, part of the Dialogflow CX client library for .NET."],["The `ExcludedPhrase` class is used to define phrases that should be excluded from being matched as entities in Dialogflow CX, as defined by `public sealed class ExcludedPhrase : IMessage\u003cEntityType.Types.ExcludedPhrase\u003e, IEquatable\u003cEntityType.Types.ExcludedPhrase\u003e, IDeepCloneable\u003cEntityType.Types.ExcludedPhrase\u003e, IBufferMessage, IMessage`."],["The latest version of this package is 2.23.0, and the documentation includes references to numerous prior versions, starting as far back as 1.0.0."],["The documentation details that the `ExcludedPhrase` class inherits from `Object` and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members listed as inherited members of `Object`."],["Two constructors are available for creating `ExcludedPhrase` objects, one being a default constructor and the other takes another `ExcludedPhrase` object as an argument for its construction, along with one property `Value` which is of type `string` and describes the word or phrase to be excluded."]]],[]]