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."],[[["The document provides reference documentation for the `EntityType.Types.Entity` class within the Google Cloud Dialogflow V2 API, specifically for the .NET environment, with version 4.3.0 being the primary version detailed in the content provided."],["The `EntityType.Types.Entity` class represents an entity entry, and the document outlines its inheritance from `Object` and implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists various versions of the `EntityType.Types.Entity` class, ranging from 4.26.0 (latest) down to 3.2.0, with hyperlinks to access each version's documentation."],["The `Entity` class contains two key properties: `Synonyms`, which is a collection of synonyms associated with the entity, and `Value`, which represents the primary value for the entity entry, along with detailed descriptions of each property."],["Constructors for the entity class are provided: the default `Entity()` constructor and a second `Entity(EntityType.Types.Entity other)` constructor, which takes another entity as a parameter."]]],[]]