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 page details the `CreateEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to define the request structure for creating new entity types in Dialogflow CX."],["The latest version of the `CreateEntityTypeRequest` available is 2.23.0, with a comprehensive list of versions ranging from 1.0.0 to 2.23.0 also detailed in the document, all of which pertain to the same `CreateEntityTypeRequest`."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`CreateEntityTypeRequest` includes properties such as `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which define the entity type to create, the language of the fields, and the parent agent for the entity type."],["The class has 2 constructors `CreateEntityTypeRequest()` and `CreateEntityTypeRequest(CreateEntityTypeRequest other)` allowing users to either create an empty object or populate it from an already existing object."]]],[]]