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."],[[["The webpage provides documentation for the `CreateEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in creating entity types for Dialogflow CX agents."],["It lists various versions of the `CreateEntityTypeRequest` class, ranging from version 1.0.0 up to the latest, 2.23.0, allowing developers to access documentation for specific releases."],["The `CreateEntityTypeRequest` class is part of the Google Cloud Dialogflow CX V3 API and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are essential for configuring the entity type creation request, including specifying the agent, language, and entity type details."],["The documentation provides details of what the `CreateEntityTypeRequest` class inherits and which members it contains, including constructors and property details."]]],[]]