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-04-09 UTC."],[[["This document provides reference information for the `CreateEntityTypeRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, covering versions from 1.0.0 to 2.23.0 with the latest being 2.23.0."],["The `CreateEntityTypeRequest` class is used to send a request to create an entity type within Dialogflow CX, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the class's constructors, including a default constructor and one for creating a copy, alongside inherited members and key properties such as `EntityType`, `LanguageCode`, and `Parent`, which are essential for defining the new entity type within a specified agent."],["The `Parent` property is a string in the format `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e` and specifies the agent to which the entity type will belong, while `ParentAsAgentName` property provides a strongly-typed view."],["The `LanguageCode` property dictates the language of values and synonyms within the entity type and supports various languages that need to be enabled in the agent, defaulting to the agent's default language if not specified."]]],[]]