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 page details the `Entity` class within the `Google.Cloud.Dialogflow.Cx.V3.EntityType.Types` namespace, which represents an entity entry for an associated entity type in the Dialogflow CX API."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` library available is 2.23.0, and it also lists many prior versions going all the way back to version 1.0.0."],["The `Entity` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entity` class provides two constructors: a default constructor, `Entity()`, and a constructor that accepts another `EntityType.Types.Entity` object, `Entity(EntityType.Types.Entity other)`."],["Key properties of the `Entity` class are `Value`, representing the primary value of the entity, and `Synonyms`, a collection of alternative terms for the entity's value."]]],[]]