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 webpage provides reference documentation for the `CreateEntityTypeRequest` class within the Dialogflow v3 API, specifically for the .NET environment, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `CreateEntityTypeRequest` class is used to create entity types and is a part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, belonging to the Dialogflow CX API, which can be found within the `Google.Cloud` assembly."],["The `CreateEntityTypeRequest` class inherits from `object` and implements several interfaces, such as `IMessage`, `IEquatable\u003cCreateEntityTypeRequest\u003e`, `IDeepCloneable\u003cCreateEntityTypeRequest\u003e`, and `IBufferMessage`, indicating its role in message creation and handling within the API."],["Key properties of `CreateEntityTypeRequest` include `EntityType`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are essential for specifying the entity type details, language, and the agent for which the entity type is being created."],["The page lists a comprehensive array of previous versions, allowing developers to access documentation for older releases and compare them with current versions."]]],[]]