public sealed class EntityType.Types.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 documentation for the `EntityType.Types.Entity` class within the Google Cloud Dialogflow v2 API, which represents an entry for an associated entity type."],["The content includes a list of versions, with the latest being 4.26.0 and ranging down to 3.2.0, allowing developers to access specific version documentation."],["`EntityType.Types.Entity` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for managing entity data, such as `Synonyms` which is a collection of alternate names for the entity, and `Value` which represents the primary name."],["There are two constructors listed, one for a default instance, and another that allows the user to create a new instance based on another entity."]]],[]]