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."],[[["This 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 within the Dialogflow CX platform."],["The latest version documented is 2.23.0, and the page also lists numerous previous versions down to 1.0.0, all accessible via provided links."],["The `Entity` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which shows its functionalities and abilities within the C# environment."],["The `Entity` class includes properties `Synonyms` (a collection of value synonyms) and `Value` (the primary value associated with the entity entry), which are essential for defining entity details."],["The `Entity` class has two constructors, `Entity()` and `Entity(EntityType.Types.Entity other)` which are important to build the object in different ways."]]],[]]