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 page provides reference documentation for the `EntityType.Types.ExcludedPhrase` class within the Google Cloud Dialogflow CX v3 API, detailing its structure and implementation."],["The latest version of this resource is 2.23.0, and historical versions ranging from 1.0.0 to 2.22.0 are also accessible for reference."],["The `EntityType.Types.ExcludedPhrase` class is designed to represent phrases that should be excluded from entity matching, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains one property `Value`, a string representing the phrase that is to be excluded during entity matching."],["It contains a default and copy constructor for instantiating the `ExcludedPhrase` class, one of which takes in an `ExcludedPhrase` as an argument to be copied."]]],[]]