public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateEntityTypeRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `CreateEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `CreateEntityTypeRequest` class is used to define a request message for creating a new entity type in Dialogflow, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `EntityType`, `LanguageCode`, and `Parent` to specify the details of the entity type being created, including the entity itself, the language, and the agent it belongs to."],["There are multiple versions of the documentation available, spanning from version 3.2.0 up to the latest version 4.26.0, each with their own specific reference link."],["The `CreateEntityTypeRequest` contains two constructors, one empty and one that takes in a `CreateEntityTypeRequest` as a parameter."]]],[]]