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-04-09 UTC."],[[["This webpage provides reference documentation for the `CreateEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The content covers versioned documentation, with version 4.26.0 being the latest and a full range of versions listed going back to 3.2.0, as well as the current version being set to 4.25.0."],["`CreateEntityTypeRequest` is used for creating entity types and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateEntityTypeRequest` class has constructors and properties such as `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName` which are all detailed within the documentation, along with descriptions."],["The documentation specifies that the `Parent` property is required and outlines its format as `projects/\u003cProject ID\u003e/agent` and that the `EntityType` property is also required."]]],[]]