Google Cloud Dialogflow v2beta1 API - Class CreateEntityTypeRequest (1.0.0-beta15)

public sealed class CreateEntityTypeRequest : IMessage<CreateEntityTypeRequest>, IEquatable<CreateEntityTypeRequest>, IDeepCloneable<CreateEntityTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CreateEntityTypeRequest.

The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.CreateEntityType].

Inheritance

object > CreateEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

CreateEntityTypeRequest()

public CreateEntityTypeRequest()

CreateEntityTypeRequest(CreateEntityTypeRequest)

public CreateEntityTypeRequest(CreateEntityTypeRequest other)
Parameter
NameDescription
otherCreateEntityTypeRequest

Properties

EntityType

public EntityType EntityType { get; set; }

Required. The entity type to create.

Property Value
TypeDescription
EntityType

LanguageCode

public string LanguageCode { get; set; }

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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The agent to create a entity type for. Supported formats:

  • projects/<Project ID>/agent
  • projects/<Project ID>/locations/<Location ID>/agent
Property Value
TypeDescription
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName