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-03-21 UTC."],[[["This webpage provides documentation for the `EntityType.Types.ExcludedPhrase` class within the Google Cloud Dialogflow CX v3 API, including its usage and implementation."],["The `ExcludedPhrase` class is used to define words or phrases that should be excluded from being matched in Dialogflow, allowing for precise control over entity recognition."],["The latest version of the documentation provided is for version 2.23.0, with links provided to access prior versions, down to version 1.0.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It has public properties like `Value`, of type `string`, which allows for the setting of a word or phrase to be excluded."]]],[]]