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, specifically for .NET development."],["The `CreateEntityTypeRequest` class is used as a request message for creating entity types in Dialogflow, with the latest version being 4.26.0, but there are also other versions available, going down to version 3.2.0."],["The `CreateEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, and has 2 constructors."],["The class includes properties like `EntityType` (the entity type to create), `LanguageCode` (for language-specific data), and `Parent` (the agent to create the entity type for), along with a `ParentAsAgentName` property for the same property, but in the form of an AgentName type."],["The primary function of `CreateEntityTypeRequest` is to encapsulate the necessary data and metadata for requesting the creation of a new entity type in the Google Cloud Dialogflow service."]]],[]]