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."],[[["The latest version of the Google Cloud Dialogflow v2 API class EntityType.Types.Entity is 4.26.0, with a range of versions available from 3.2.0 up to 4.26.0."],["The `Entity` class serves as an entity entry within an associated entity type, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Entity` class includes a `Synonyms` property, which is a collection of value synonyms for the entity, and a `Value` property that represents the primary value associated with the entity."],["The class has two constructors: one default and another that takes an `EntityType.Types.Entity` parameter for copying or creating from an existing object."],["The `Entity` class inherits from `Object`, and has inherited members like GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]