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 webpage provides documentation for the `GetEntityTypeRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in retrieving entity type information."],["The `GetEntityTypeRequest` class is part of the Google Cloud Dialogflow V2 API, designed to send requests to the `EntityTypes.GetEntityType` method."],["It is a class with multiple available versions, ranging from 3.2.0 to 4.26.0, with the latest being version 4.26.0 and the current version of the page being 3.8.0, and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Name`, `LanguageCode`, and `EntityTypeName`, which are used to specify the entity type, language, and a resource name view, respectively, for the retrieval."],["The GetEntityTypeRequest class has two constructors, a default and another one that takes an object of the same type as a parameter."]]],[]]