Class BatchUpdateEntitiesRequest (3.11.0)

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

The request message for [EntityTypes.BatchUpdateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntities].

Inheritance

Object > BatchUpdateEntitiesRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

BatchUpdateEntitiesRequest()

public BatchUpdateEntitiesRequest()

BatchUpdateEntitiesRequest(BatchUpdateEntitiesRequest)

public BatchUpdateEntitiesRequest(BatchUpdateEntitiesRequest other)
Parameter
NameDescription
otherBatchUpdateEntitiesRequest

Properties

Entities

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

Required. The entities to update or create.

Property Value
TypeDescription
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
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The name of the entity type to update or create entities in. Format: projects/{Project 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

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields get updated.

Property Value
TypeDescription
FieldMask