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.
Property Value
Type
Description
string
Name
public string Name { get; set; }
Required. The name of the entity type.
Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>.
[[["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, specifically for .NET."],["The `GetEntityTypeRequest` class is used to define the structure of the request message for the `EntityTypes.GetEntityType` method in the Dialogflow API."],["This documentation covers versions 3.2.0 through 4.26.0 of the `GetEntityTypeRequest` class, with version 4.26.0 being the latest release."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The key properties of the `GetEntityTypeRequest` class are `EntityTypeName`, `LanguageCode`, and `Name`, which are used to specify the entity type and language for the request."]]],[]]