public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetEntityTypeRequest.
The request message for
[EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType].
Optional. The language used to access language-specific data.
If not specified, the agent's default language is used.
For more information, see
Multilingual intent and entity
data.
[[["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 `GetEntityTypeRequest` class is part of the Google Cloud Dialogflow v2 API and is used to request information about a specific entity type."],["This documentation provides reference and code samples for the `GetEntityTypeRequest` class within the .NET environment, spanning from version 3.2.0 to the latest, version 4.26.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["Key properties of the `GetEntityTypeRequest` class include `Name` for specifying the entity type, `LanguageCode` for language-specific data, and a constructor that can clone existing `GetEntityTypeRequest` objects."],["The latest version available for this documentation is 4.26.0, with each previous version linked to its respective documentation."]]],[]]