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"]],[["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 API for .NET, with the most recent version being 4.26.0."],["The `CreateEntityTypeRequest` class is used to create a request to create an entity type in Dialogflow, and it inherits from the `object` class, implementing several interfaces."],["The API supports multiple versions, which are all linked for access, from the most recent version 4.26.0 all the way back to version 3.2.0, where they are all contained on this page."],["The `CreateEntityTypeRequest` class includes properties like `EntityType`, `LanguageCode`, and `Parent` for defining the entity type, specifying language, and indicating the parent agent, respectively."],["The documentation includes details on constructors for the `CreateEntityTypeRequest` class, including a parameter to clone another instance of the same class."]]],[]]