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-03-21 UTC."],[[["This document provides reference documentation for the `GetEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `GetEntityTypeRequest` class is used to retrieve an entity type and is a part of the `Google.Cloud.Dialogflow.V2` namespace."],["It offers a range of versions, from 4.26.0 (latest) down to 3.2.0, with each version linking to its respective documentation for `GetEntityTypeRequest`."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `Object` class, with several members."],["The `GetEntityTypeRequest` includes properties such as `EntityTypeName`, `LanguageCode`, and `Name` that are available for accessing specific data."]]],[]]