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 provided content details the `EntityType.Types.Entity` class within the Google Cloud Dialogflow v2 API, with version 4.26.0 being the latest."],["This class, `EntityType.Types.Entity`, represents an entity entry for an associated entity type within Dialogflow."],["The documentation covers versions ranging from 3.2.0 up to 4.26.0, all of which have corresponding API reference links for the `EntityType.Types.Entity`."],["The `Entity` class has properties like `Synonyms`, which is a collection of synonyms for the entity, and `Value`, which is the primary value associated with the entity."],["It also lists the class's inheritance, showing that it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the class itself inheriting from `Object`."]]],[]]