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 `EntityType.Types.Entity` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering versions from 1.0.0 to 2.23.0 (latest)."],["The `Entity` class represents an entity entry for an associated entity type in Dialogflow CX, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Synonyms`, which are a collection of value synonyms, and `Value`, which is the primary value associated with the entity entry."],["There are two constructors for the entity class, a default one and another one that takes in `EntityType.Types.Entity` as a parameter."],["The class has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]