public sealed class EntityType.Types.ExcludedPhrase : IMessage<EntityType.Types.ExcludedPhrase>, IEquatable<EntityType.Types.ExcludedPhrase>, IDeepCloneable<EntityType.Types.ExcludedPhrase>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class EntityType.Types.ExcludedPhrase.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `EntityType.Types.ExcludedPhrase` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The class `EntityType.Types.ExcludedPhrase` is used to define phrases that should be excluded from entity matching in Dialogflow CX."],["The latest version documented on the page is 2.23.0, but it also shows the reference documentation for version 2.21.0 and other previous versions ranging back to 1.0.0."],["The `ExcludedPhrase` class inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExcludedPhrase` class has a single property called `Value` that is required and represents the word or phrase that must be excluded, which is of type `string`."]]],[]]