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-04-09 UTC."],[[["This page 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 retrieving entity type information via the `EntityTypes.GetEntityType` method."],["This documentation includes details on the class's inheritance, interfaces, constructors, properties like `EntityTypeName`, `LanguageCode`, and `Name`, as well as a breakdown of the versions of the API, ranging from version 3.2.0 to 4.26.0, with 4.26.0 being the latest."],["The required `Name` property specifies the name of the entity type and follows the format `projects/{Project ID}/agent/entityTypes/{EntityType ID}`."],["The optional `LanguageCode` property allows developers to specify the language for language-specific data."]]],[]]