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 webpage details the `GetEntityTypeRequest` class, which is used to request entity type information in the Dialogflow V2 API."],["The `GetEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The page offers an overview of various versions of the Dialogflow V2 API, starting from version 3.2.0 up to the latest 4.26.0, for which this request can be used, linking to each version's documentation."],["The class has several properties, including `EntityTypeName`, `LanguageCode`, and `Name`, each with their own specific purpose when requesting entity type data."],["The `GetEntityTypeRequest` class has two constructors, one default, and one that allows you to clone an existing `GetEntityTypeRequest`."]]],[]]