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."],[[["The provided content details the `EntityType.Types.Entity` class within the Google Cloud Dialogflow v2 API, offering reference documentation and code samples."],["This class represents an \"entity entry\" for an entity type in Dialogflow, with a list of versions provided from 4.26.0 (latest) all the way down to 3.2.0."],["`EntityType.Types.Entity` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting complex functionalities and data handling capabilities."],["The class has two constructors: a parameterless one `Entity()` and another `Entity(EntityType.Types.Entity other)`, allowing for object cloning."],["Key properties of the `EntityType.Types.Entity` class include `Synonyms`, a collection of synonyms for the entity's value, and `Value`, which holds the primary value associated with the entity entry."]]],[]]