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