public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateEntityTypeRequest.
The request message for
[EntityTypes.CreateEntityType][google.cloud.dialogflow.v2.EntityTypes.CreateEntityType].
Optional. The language used to access language-specific data.
If not specified, the agent's default language is used.
For more information, see
Multilingual intent and entity
data.
Property Value
Type
Description
string
Parent
public string Parent { get; set; }
Required. The agent to create a entity type for.
Format: projects/<Project ID>/agent.
Property Value
Type
Description
string
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
AgentName-typed view over the Parent resource name property.
[[["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 v2 API, specifically for version 4.9.0."],["The `CreateEntityTypeRequest` class is used to create a new entity type within a Dialogflow agent, and it inherits from the `object` class, while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes an existing `CreateEntityTypeRequest` object for cloning."],["Key properties of the `CreateEntityTypeRequest` class include `EntityType` (the entity type to be created), `LanguageCode` (the language for language-specific data), and `Parent` (the agent to which the entity type belongs)."],["The documentation shows a range of available versions from 3.2.0 up to 4.26.0, with links to each version's specific documentation for `CreateEntityTypeRequest`."]]],[]]