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 Dialogflow v3 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-06-12 UTC."],[[["The provided content details the `EntityType.Types.Entity` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, serving as an entity entry for Dialogflow v3 API."],["The `EntityType.Types.Entity` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparisons, deep cloning, and buffered messages."],["This entity class has two constructors, one default and one that takes another `EntityType.Types.Entity` object for creating a copy."],["The class includes properties for managing entity data, specifically `Value` which stores the primary value of the entity and `Synonyms`, which is a collection of alternative values."],["The document outlines the different versions of `EntityType.Types.Entity` class with the latest being version 2.23.0."]]],[]]