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