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 details the `CreateEntityTypeRequest` class, which is used to create a new entity type within Google Cloud Dialogflow V2, across multiple versions, with the latest being 4.26.0."],["The `CreateEntityTypeRequest` class is a request message, that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It offers two constructors: one parameterless and another that accepts another `CreateEntityTypeRequest` object for cloning."],["Key properties include `EntityType` (the entity type to create), `LanguageCode` (specifying the language), and `Parent` (the agent for which to create the entity type), along with a `ParentAsAgentName` property that provides a type-safe view of the parent resource name."],["The page also lists numerous previous versions of the class, starting from 3.2.0 up to 4.26.0, including links to each version's documentation."]]],[]]