Class BatchUpdateEntitiesRequest
The request message for [EntityTypes.BatchUpdateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntities].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class BatchUpdateEntitiesRequest : IMessage<BatchUpdateEntitiesRequest>, IEquatable<BatchUpdateEntitiesRequest>, IDeepCloneable<BatchUpdateEntitiesRequest>, IBufferMessage, IMessage
Constructors
BatchUpdateEntitiesRequest()
Declaration
public BatchUpdateEntitiesRequest()
BatchUpdateEntitiesRequest(BatchUpdateEntitiesRequest)
Declaration
public BatchUpdateEntitiesRequest(BatchUpdateEntitiesRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchUpdateEntitiesRequest | other |
Properties
Entities
Required. The entities to update or 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 update or 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 |
UpdateMask
Optional. The mask to control which fields get updated.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |