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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `EntityType.Types.Entity` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The latest version available is 4.26.0, and the page provides a list of available versions ranging from 3.2.0 up to the current latest release."],["`EntityType.Types.Entity` represents an entity entry for an associated entity type and it inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Entity` offers two constructors, `Entity()` and `Entity(EntityType.Types.Entity other)`, along with two properties, `Synonyms` and `Value`."],["The `Synonyms` property is a collection of strings representing value synonyms, and the `Value` property represents the primary value associated with an entity entry."]]],[]]