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 webpage provides documentation for the `GetEntityTypeRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the current version being 4.12.0."],["The `GetEntityTypeRequest` class is used to request information about a specific entity type in Dialogflow, and it inherits from several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class implements various properties, like `Name`, `LanguageCode`, and `EntityTypeName`, which are essential for specifying the entity type to retrieve and its associated language."],["The documentation offers links to various versions of the `GetEntityTypeRequest` class, ranging from version 4.26.0 (latest) down to 3.2.0, enabling users to navigate and reference the right version."],["There are two constructors available for `GetEntityTypeRequest`, a parameterless one, and one that uses another `GetEntityTypeRequest` object."]]],[]]