public sealed class Entity : IMessage<EntityType.Types.Entity>, IEquatable<EntityType.Types.Entity>, IDeepCloneable<EntityType.Types.Entity>, IBufferMessage, IMessage
[[["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 details the `Entity` class within the `Google.Cloud.Dialogflow.V2.EntityType.Types` namespace, representing an entity entry for an associated entity type in Dialogflow."],["The content lists available versions of the `Entity` class, ranging from the latest version 4.26.0 down to version 3.2.0, all accessible via direct links."],["The `Entity` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that accepts another `EntityType.Types.Entity` as a parameter."],["Key properties of the `Entity` class are `Synonyms`, a collection of synonyms for the entity value, and `Value`, the primary value associated with the entity entry."]]],[]]