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

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

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

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

Inheritance

object > BatchCreateEntitiesRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

BatchCreateEntitiesRequest()

public BatchCreateEntitiesRequest()

BatchCreateEntitiesRequest(BatchCreateEntitiesRequest)

public BatchCreateEntitiesRequest(BatchCreateEntitiesRequest other)
Parameter
NameDescription
otherBatchCreateEntitiesRequest

Properties

Entities

public RepeatedField<EntityType.Types.Entity> Entities { get; }

Required. The entities to create.

Property Value
TypeDescription
RepeatedFieldEntityTypeTypesEntity

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 name of the entity type to create entities in. Supported formats:

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

ParentAsEntityTypeName

public EntityTypeName ParentAsEntityTypeName { get; set; }

EntityTypeName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntityTypeName