public sealed class Entity : IMessage<EntityType.Types.Entity>, IEquatable<EntityType.Types.Entity>, IDeepCloneable<EntityType.Types.Entity>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class EntityType.Types.Entity.
[[["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 reference documentation for the `EntityType.Types.Entity` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `EntityType.Types.Entity` class is described as an \"entity entry\" for an associated entity type, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available documentation for this class across a wide range of versions, from 3.2.0 up to the latest 4.26.0."],["The class contains two main properties, `Synonyms` which is a collection of synonyms associated with the value, and `Value`, the primary value linked to the entity entry."],["The `Entity` class has two constructors, `Entity()` and `Entity(EntityType.Types.Entity)`, and inherits members from the base `Object` class, such as `GetHashCode()` and `GetType()`."]]],[]]