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-03-21 UTC."],[[["This webpage provides documentation for the `EntityType.Types.Entity` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its various versions."],["The latest version available for `EntityType.Types.Entity` is 2.23.0, with a range of versions from 1.0.0 to 2.23.0 listed for reference."],["The `EntityType.Types.Entity` class is an entity entry for an associated entity type, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `Entity()` and `Entity(EntityType.Types.Entity other)`, which allows creating an entity by copying an existing one, with the latter taking another `EntityType.Types.Entity` as a parameter."],["Key properties of the class are `Synonyms`, a collection of value synonyms, and `Value`, the primary value associated with the entity entry, where the `Synonyms` property requires there to be one value equal to the entity's value in `KIND_LIST` types."]]],[]]