Google Cloud Dialogflow v2beta1 API - Class BatchUpdateEntitiesRequest (1.0.0-beta17)

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

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

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

Inheritance

object > BatchUpdateEntitiesRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

BatchUpdateEntitiesRequest()

public BatchUpdateEntitiesRequest()

BatchUpdateEntitiesRequest(BatchUpdateEntitiesRequest)

public BatchUpdateEntitiesRequest(BatchUpdateEntitiesRequest other)
Parameter
Name Description
other BatchUpdateEntitiesRequest

Properties

Entities

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

Required. The entities to update or create.

Property Value
Type Description
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
Type Description
string

Parent

public string Parent { get; set; }

Required. The name of the entity type to update or 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
Type Description
string

ParentAsEntityTypeName

public EntityTypeName ParentAsEntityTypeName { get; set; }

EntityTypeName-typed view over the Parent resource name property.

Property Value
Type Description
EntityTypeName

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields get updated.

Property Value
Type Description
FieldMask