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"]],[["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 reference documentation for the `GetEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The `GetEntityTypeRequest` class is used to construct requests for retrieving entity type information from the Dialogflow API."],["The content lists all available versions of the Google Cloud Dialogflow v2 API, ranging from 3.2.0 to the latest version 4.26.0, linking each version to its respective `GetEntityTypeRequest` documentation."],["The page details the class's inheritance, the interfaces it implements, such as `IMessage` and `IEquatable`, and its constructors, including a default constructor and a copy constructor."],["This page contains important properties of the `GetEntityTypeRequest` object, including `EntityTypeName`, `LanguageCode`, and `Name`, with a description of what they do."]]],[]]