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 page provides documentation for the `GetEntityTypeRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.7.0, but also includes links to previous and future versions."],["`GetEntityTypeRequest` is a request message used to retrieve entity type information from the Dialogflow API, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEntityTypeRequest` class has properties such as `EntityTypeName`, `LanguageCode`, and `Name`, which are used to specify the entity type to be retrieved and to access language-specific data."],["The `GetEntityTypeRequest` class is instantiable with two types of constructors, one default constructor and another that takes another `GetEntityTypeRequest` as a parameter."],["The documented content of the page includes inherited members, properties, constructors and implementations of the `GetEntityTypeRequest` class, providing information on how to utilize it."]]],[]]