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."],[[["The latest version of the `Google.Cloud.Dialogflow.V2.EntityType.Types.Entity` is 4.26.0, and the webpage provides access to various previous versions, going back to 3.2.0."],["The `Entity` class is an entity entry for an associated entity type, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`Entity` objects have two main properties: `Synonyms`, a collection of synonyms for the entity's value, and `Value`, which represents the primary value of the entity."],["The `Entity` class has two constructors, one being the default, and the other taking another `EntityType.Types.Entity` as an argument."],["The `Entity` class inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `System.Object` base class."]]],[]]