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 details the `CreateEntityTypeRequest` class, which is used to create a new entity type in Dialogflow V2."],["The `CreateEntityTypeRequest` class is found within the `Google.Cloud.Dialogflow.V2` namespace and is part of the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The latest version available for the `CreateEntityTypeRequest` is 4.26.0, and there are numerous prior versions listed, down to version 3.2.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling and cloning."],["It has properties for `EntityType`, `LanguageCode`, and `Parent` that are essential for defining the entity type, its language, and the associated agent, respectively."]]],[]]