public sealed class GetEntityTypeRequest : IMessage<GetEntityTypeRequest>, IEquatable<GetEntityTypeRequest>, IDeepCloneable<GetEntityTypeRequest>, IBufferMessage, IMessage
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."],[[["This webpage provides documentation for the `GetEntityTypeRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET development."],["The `GetEntityTypeRequest` class is used as a request message for the `EntityTypes.GetEntityType` method, as it is designed to retrieve data about an entity type."],["The documentation covers multiple versions of the `GetEntityTypeRequest` class, ranging from version 3.2.0 to the latest version 4.26.0, with each version hyperlinked to the specified documentation."],["The `GetEntityTypeRequest` class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors, such as a default constructor and a copy constructor, and properties like `EntityTypeName`, `LanguageCode`, and `Name` to manage requests."]]],[]]