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 provided content outlines the different versions of `EntityType.Types.Entity` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version 2.23.0."],["`EntityType.Types.Entity` is defined as an entity entry for an associated entity type, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Entity` has two constructors, one default and another that accepts another `EntityType.Types.Entity` object as a parameter for initialization."],["The class `Entity` contains properties `Synonyms`, a collection of synonyms associated with the entity's value, and `Value`, the primary value of the entity, which can be a canonical value for `KIND_MAP` types or a string referencing other entity types for `KIND_LIST` types."]]],[]]