public sealed class 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-03-21 UTC."],[[["This webpage provides documentation for the `EntityType.Types.ExcludedPhrase` class within the Dialogflow v3 API, specifically for the .NET environment."],["The class `ExcludedPhrase` is used to define a word or phrase that should be excluded from being matched in Dialogflow interactions."],["The documentation includes a history of available versions, with version 2.23.0 as the latest release, and the version 2.4.0 content being displayed."],["The `ExcludedPhrase` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["It contains one main property called `Value` which is a string to define the excluded word or phrase, as well as having two constructors to create an instance of the class."]]],[]]