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"]],[["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."],[[["This page details the `GetEntityTypeRequest` class, which is used to request entity type information from the Google Cloud Dialogflow V2 service."],["The `GetEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and equality checks."],["The page provides access to historical versions of the `GetEntityTypeRequest` documentation, ranging from version 3.2.0 to the latest version, 4.26.0."],["Key properties of the `GetEntityTypeRequest` class include `EntityTypeName`, `LanguageCode`, and `Name`, which allow for specifying the requested entity type, the language for data retrieval, and the entity type's resource name, respectively."],["The `GetEntityTypeRequest` has two constructors, one for a default instance and one that allows the user to instantiate the object through another `GetEntityTypeRequest`."]]],[]]