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 version 3.4.0 of the library, with links to its other available versions, including the latest 4.26.0."],["The `CreateEntityTypeRequest` class is a request message used for creating entity types via the `EntityTypes.CreateEntityType` method."],["It implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in various contexts."],["The class has constructors for default initialization and creating a copy from an existing `CreateEntityTypeRequest` instance."],["Key properties of the `CreateEntityTypeRequest` include `EntityType` (the entity type to create), `LanguageCode` (for language-specific data), and `Parent` (the agent for which the entity type is created)."]]],[]]