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 webpage provides documentation for the `CreateEntityTypeRequest` class within the Google.Cloud.Dialogflow.V2 namespace, detailing its use in creating entity types for Dialogflow agents."],["The page lists various versions of the Dialogflow.V2 API, ranging from the latest version 4.26.0 down to 3.2.0, with hyperlinks to the corresponding `CreateEntityTypeRequest` documentation for each version."],["`CreateEntityTypeRequest` is a sealed class that implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and it inherits from the base `Object` class."],["The `CreateEntityTypeRequest` class has constructors and properties such as `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, allowing the specification of the entity type to be created, the language of the data, and the agent it will belong to."],["This `CreateEntityTypeRequest` class is used as a request message for the `EntityTypes.CreateEntityType` method, used to create a new entity type for a specified agent."]]],[]]