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 provided content outlines the different versions of `EntityType.Types.Entity` within the Google Cloud Dialogflow V2 library, ranging from the latest version 4.26.0 down to version 3.2.0."],["`EntityType.Types.Entity` represents an entity entry for an associated entity type and inherits from the Object class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entity` class includes two constructors, `Entity()` and `Entity(EntityType.Types.Entity other)`, with the latter allowing the creation of an entity using another entity as a parameter."],["Key properties of the `Entity` class include `Synonyms`, which is a collection of string synonyms, and `Value`, which represents the primary value associated with the entity entry."],["This entity class is found in the `Google.Cloud.Dialogflow.V2` namespace, within the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]