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 documentation for the `GetEntityTypeRequest` class within the Google Cloud Dialogflow v2 API for .NET, with the most recent version being 4.26.0."],["The `GetEntityTypeRequest` class is used to request information about a specific entity type within Dialogflow, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists documentation links to various versions of the `GetEntityTypeRequest` class, ranging from version 3.2.0 up to the latest 4.26.0, allowing developers to access specific version details."],["The `GetEntityTypeRequest` class includes properties such as `EntityTypeName`, `LanguageCode`, and `Name`, allowing for the configuration of the specific entity type and language to be used within the request."],["The documentation includes an overview of inherited members and constructors for the `GetEntityTypeRequest` class, with details on parameter types and descriptions for properties."]]],[]]