public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateEntityTypeRequest.
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 provides reference documentation for the `CreateEntityTypeRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, specifically version 2.17.0, and also includes information about other versions, up to the latest version 2.23.0."],["The `CreateEntityTypeRequest` class is used to create an entity type, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["It contains properties such as `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are used to define the details of the entity type to be created, including its language and the agent it belongs to."],["The document lists the inheritance, constructors, and properties of the `CreateEntityTypeRequest` class, as well as the descriptions of the parameters, and provides links to external resources like Microsoft's documentation and other versions of the documentation."],["There are 37 different versions of the `CreateEntityTypeRequest` listed, starting from version 1.0.0 up to the latest version 2.23.0."]]],[]]