Class CreateEntityTypeRequest
The request message for
[EntityTypes.CreateEntityType][google.cloud.dialogflow.v2.EntityTypes.CreateEntityType].
Inheritance
CreateEntityTypeRequest
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessage
Constructors
CreateEntityTypeRequest()
Declaration
public CreateEntityTypeRequest()
CreateEntityTypeRequest(CreateEntityTypeRequest)
Declaration
public CreateEntityTypeRequest(CreateEntityTypeRequest other)
Parameters
Properties
EntityType
Required. The entity type to create.
Declaration
public EntityType EntityType { get; set; }
Property Value
LanguageCode
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.
Declaration
public string LanguageCode { get; set; }
Property Value
Parent
Required. The agent to create a entity type for.
Format: projects/<Project ID>/agent
.
Declaration
public string Parent { get; set; }
Property Value
ParentAsAgentName
Declaration
public AgentName ParentAsAgentName { get; set; }
Property Value