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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The page provides reference documentation for the `GetEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The latest version of the API documented is 4.26.0, but the page also includes links to documentation for many previous versions, ranging from 4.25.0 down to 3.2.0."],["`GetEntityTypeRequest` is a request message used to retrieve entity type data, and it inherits from multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEntityTypeRequest` class has properties for `EntityTypeName`, `LanguageCode`, and `Name`, allowing users to specify the entity type, the language for the data and the name respectively."],["The page covers the constructors for `GetEntityTypeRequest`, outlining the use of a default constructor as well as a copy constructor."]]],[]]