Class BatchCreateEntitiesRequest
The request message for [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class BatchCreateEntitiesRequest : IMessage<BatchCreateEntitiesRequest>, IEquatable<BatchCreateEntitiesRequest>, IDeepCloneable<BatchCreateEntitiesRequest>, IBufferMessage, IMessage
Constructors
BatchCreateEntitiesRequest()
Declaration
public BatchCreateEntitiesRequest()
BatchCreateEntitiesRequest(BatchCreateEntitiesRequest)
Declaration
public BatchCreateEntitiesRequest(BatchCreateEntitiesRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateEntitiesRequest | other |
Properties
Entities
Required. The entities to create.
Declaration
public RepeatedField<EntityType.Types.Entity> Entities { get; }
Property Value
Type | Description |
---|---|
RepeatedField<EntityType.Types.Entity> |
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
Type | Description |
---|---|
string |
Parent
Required. The name of the entity type to create entities in. Format:
projects/<Project ID>/agent/entityTypes/<Entity Type ID>
.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsEntityTypeName
EntityTypeName-typed view over the Parent resource name property.
Declaration
public EntityTypeName ParentAsEntityTypeName { get; set; }
Property Value
Type | Description |
---|---|
EntityTypeName |