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 page provides reference documentation for the `GetEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, detailing its usage and structure across multiple versions."],["The latest version of `GetEntityTypeRequest` is 4.26.0, with the documentation also listing older versions down to 3.2.0, allowing users to access information for specific version."],["`GetEntityTypeRequest` is a request message for retrieving a specific entity type and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEntityTypeRequest` class has properties such as `EntityTypeName`, `LanguageCode`, and `Name`, with the `Name` property being required to identify the specific entity type."],["The `GetEntityTypeRequest` class has two constructors, one default, and one that takes in a `GetEntityTypeRequest` as a parameter."]]],[]]