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."],[[["The latest version available for `ExcludedPhrase` is 2.23.0, which is part of the `Google.Cloud.Dialogflow.Cx.V3` library."],["`ExcludedPhrase` is a class that represents a phrase that should be excluded from entity matching in Dialogflow CX, with multiple versions available from 1.0.0 up to the latest."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending functionality to include messaging, equality comparison, deep cloning, and buffer messaging."],["`ExcludedPhrase` has two constructors, one default and one that takes another `ExcludedPhrase` as a parameter, allowing for both new and copied instances."],["The `Value` property, which is a string, is required and contains the specific word or phrase that should be excluded from being matched by the system."]]],[]]