Interface protos.google.cloud.dialogflow.v2.IBatchUpdateEntitiesRequest (4.4.0)

Properties of a BatchUpdateEntitiesRequest.

Package

@google-cloud/dialogflow!

Properties

entities

entities?: (google.cloud.dialogflow.v2.EntityType.IEntity[]|null);

BatchUpdateEntitiesRequest entities

Property Value
TypeDescription
(google.cloud.dialogflow.v2.EntityType.IEntity[]|null)

languageCode

languageCode?: (string|null);

BatchUpdateEntitiesRequest languageCode

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

BatchUpdateEntitiesRequest parent

Property Value
TypeDescription
(string|null)

updateMask

updateMask?: (google.protobuf.IFieldMask|null);

BatchUpdateEntitiesRequest updateMask

Property Value
TypeDescription
(google.protobuf.IFieldMask|null)