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 the .NET environment, with the most recent version at 4.26.0, and the documentation containing versions as far back as 3.2.0."],["The `EntityType.Types.Entity` class represents an entity entry, which is used to define associated entity types within Dialogflow, which are important when building chatbots."],["The `Entity` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the Google.Protobuf library."],["The key properties of the `Entity` class are `Synonyms` which is a collection of strings representing alternative names for the entity value, and `Value` which is the primary string associated with the entry, where the context for these are different depending on if the type is `KIND_MAP` or `KIND_LIST`."],["The documentation for the `EntityType.Types.Entity` object includes details on the constructors, properties, and inherited members from the `Object` class, offering a complete view of the class structure and functionality."]]],[]]