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 v2beta1 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 document provides reference information for the `EntityType.Types.Entity` class within the Google Cloud Dialogflow v2beta1 API, which represents an entity entry for an associated entity type."],["The `EntityType.Types.Entity` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors: a default constructor `Entity()` and an overloaded constructor `Entity(EntityType.Types.Entity other)` that allows for creating an entity based off of a different entity."],["The class properties include `Synonyms`, a `RepeatedField` of strings for storing value synonyms, and `Value`, a string that stores the primary value associated with the entity entry."],["The document outlines the required properties of an entity entry, such as the need for a primary value and a collection of synonyms, highlighting specific constraints based on the entity type kind."]]],[]]