public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessage
The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.cx.v3.EntityTypes.CreateEntityType].
The language of the following fields in entity_type:
EntityType.entities.value
EntityType.entities.synonyms
EntityType.excluded_phrases.value
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
[[["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 document outlines the `CreateEntityTypeRequest` class, which is used to request the creation of a new entity type within the Google Cloud Dialogflow CX platform, specifically within a given agent."],["The `CreateEntityTypeRequest` class has properties to define the `EntityType`, `LanguageCode`, and `Parent` (agent where it is created), as well as a `ParentAsAgentName` property."],["The document lists all versions of the `CreateEntityTypeRequest` class starting from version 2.23.0 down to 1.0.0, all which point to the same message structure."],["`CreateEntityTypeRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message passing and data management within the .NET environment."],["There are two constructors available for the `CreateEntityTypeRequest` object, a parameterless one, and one that accepts another `CreateEntityTypeRequest` object, which is used to clone the object."]]],[]]