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-06-12 UTC."],[[["The webpage provides documentation for the `Entity` class, which is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and represents an entity entry for an associated entity type in the Dialogflow CX system."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3.EntityType.Types.Entity` documentation is available, with version `2.23.0` being the most recent, and historical documentation available back to version `1.0.0`."],["The `Entity` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Synonyms`, a collection of synonyms for the primary value of the entity entry, and `Value`, the primary value associated with the entity entry."],["The `Entity` class offers two constructors, a default one and another that takes an `EntityType.Types.Entity` parameter for creating new entity objects."]]],[]]