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 webpage provides reference documentation for the `CreateEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["The `CreateEntityTypeRequest` class is used to create entity types in Dialogflow and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are required or optional fields used to specify the characteristics and location of the entity type being created."],["The page also provides links to reference documentation for 35 other versions of this class, ranging from 4.26.0 (latest) down to 3.2.0."],["There are two constructors available for the class one of which allows you to copy the properties of an already existing instance of `CreateEntityTypeRequest`."]]],[]]