Class BatchUpdateEntitiesRequest (2.11.0)

BatchUpdateEntitiesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for EntityTypes.BatchUpdateEntities.

Attributes

NameDescription
parent str
Required. The name of the entity type to update or create entities in. Supported formats: - projects/ - projects/
entities Sequence[google.cloud.dialogflow_v2beta1.types.EntityType.Entity]
Required. The entities to update or create.
language_code str
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
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The mask to control which fields get updated.