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 create new entity types within Google Cloud Dialogflow CX."],["The latest version of the Dialogflow CX V3 API is 2.23.0, and the document provides links to all versions, down to 1.0.0 for `CreateEntityTypeRequest`, allowing for version-specific API documentation review."],["The `CreateEntityTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class has several properties, including `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are used to specify the details of the new entity type and where it is to be created."],["The request message that is presented in this document is for `EntityTypes.CreateEntityType`, and provides the structure and specifications for the parameters it requires."]]],[]]