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, focusing on different version releases."],["The latest version documented is 2.23.0, while the oldest is 1.0.0, with a comprehensive list of all the releases in between for the `ExcludedPhrase` class."],["The `ExcludedPhrase` class is designed to represent a phrase that should not be matched in entity recognition within Dialogflow CX, and it inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `Value` which is a string that represents the word or phrase intended to be excluded, which is required to be set."],["The provided documentation lists all available constructors for the `ExcludedPhrase` class."]]],[]]