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 within the `Google.Cloud.Dialogflow.V2` namespace, used for requesting the creation of a new entity type in Dialogflow."],["The `CreateEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, a default constructor, and one that accepts another `CreateEntityTypeRequest` as a parameter, allowing for object duplication."],["It includes properties such as `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are used to specify the details for the creation request, including the entity type itself, language, and parent agent information."],["The page also provides links to documentation for multiple historical versions of the package, ranging from version 4.26.0 (latest) down to version 3.2.0."]]],[]]