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."],["The content lists available versions of the API, ranging from the latest version 4.26.0 down to version 3.2.0, each linking to the corresponding documentation for that version."],["The `EntityType.Types.Entity` class represents an entity entry within an entity type and includes a collection of synonyms and a primary value."],["The `Entity` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["Key properties of the `Entity` class include `Synonyms`, a collection of string synonyms, and `Value`, representing the primary value associated with the entity entry."]]],[]]