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."],[[["The webpage provides documentation for the `EntityType.Types.ExcludedPhrase` class within the Google Cloud Dialogflow v3 API, with the latest version being 2.23.0."],["This class, `ExcludedPhrase`, is used to define phrases that should not be matched by the Dialogflow system, as part of entity recognition."],["The `ExcludedPhrase` class has two constructors, one default and one that takes another `ExcludedPhrase` as an argument, and the class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains one property, `Value`, which is a required string representing the word or phrase that is to be excluded, and the page details the class's inheritance, members and provides links to documentation for versions ranging from 1.0.0 to 2.23.0."]]],[]]