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 is a documentation list of versions for the `EntityType.Types.Entity` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest, 2.23.0."],["`EntityType.Types.Entity` represents an entity entry within an associated entity type in the Google Cloud Dialogflow CX, which is implemented with multiple interfaces, notably `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entity` class has two constructors, a default one and one that accepts another `EntityType.Types.Entity` as a parameter for initialization, allowing you to copy from an existing Entity."],["The class contains two primary properties, `Synonyms`, a collection of string synonyms for the entity value, and `Value`, which represents the primary value associated with the entity entry."],["The `Synonyms` property must contain one synonym equal to `value` in `KIND_LIST` entity types."]]],[]]