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 development."],["The `CreateEntityTypeRequest` class is used as a request message for creating entity types in Dialogflow, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available for `CreateEntityTypeRequest` is 4.26.0, and the page has links to previous versions as far back as 3.2.0 for accessing the documentation of various past versions."],["The class includes properties such as `EntityType`, `LanguageCode`, and `Parent` to specify the entity type, language, and agent for which the entity type is being created."],["The page lists the inherited members and constructors of the `CreateEntityTypeRequest` class, including a default constructor and a copy constructor, alongside other metadata such as the assembly it belongs to and the methods it inherits from."]]],[]]