public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CreateEntityTypeRequest.
The request message for
[EntityTypes.CreateEntityType][google.cloud.dialogflow.v2beta1.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 information for the `CreateEntityTypeRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta22."],["`CreateEntityTypeRequest` is a message class used to request the creation of a new entity type in Dialogflow, as part of the `EntityTypes.CreateEntityType` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison, it also inherits from `object`."],["The class includes properties like `EntityType` (the entity type to be created), `LanguageCode` (for specifying language), and `Parent` (the agent for which the entity type is to be created)."],["The document also details the constructors available for the `CreateEntityTypeRequest` class, including a default constructor and one that takes another `CreateEntityTypeRequest` as a parameter, to create a copy."]]],[]]