public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessage
The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2.EntityTypes.CreateEntityType].
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 documentation for the `CreateEntityTypeRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for .NET version 3.9.0."],["The `CreateEntityTypeRequest` class is used to create a request message for the `EntityTypes.CreateEntityType` method, allowing for the creation of new entity types in Dialogflow."],["It includes properties for specifying the `EntityType`, `LanguageCode`, and `Parent` (agent) to which the entity type will be associated, and includes a wide range of historical versions."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["There are two constructors available for `CreateEntityTypeRequest`: a default constructor and a copy constructor that takes another `CreateEntityTypeRequest` instance as a parameter."]]],[]]