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"]],[["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 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()`."]]],[]]