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 webpage provides documentation for the `EntityType.Types.Entity` class within the `Google.Cloud.Dialogflow.V2` namespace, covering versions ranging from 3.2.0 to 4.26.0."],["`EntityType.Types.Entity` represents an entity entry for an associated entity type in the Dialogflow API, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entity` class has two constructors: a default constructor (`Entity()`) and a constructor that takes another `EntityType.Types.Entity` object as a parameter (`Entity(EntityType.Types.Entity other)`)."],["The `Entity` class includes properties for managing synonyms (`Synonyms`) and the primary value (`Value`) of an entity entry, with `Synonyms` being a collection of value synonyms and `Value` representing the primary value associated with the entity entry."],["The newest version is 4.26.0, labeled as the latest."]]],[]]