Class BatchDeleteEntitiesRequest (2.14.0)

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

The request message for EntityTypes.BatchDeleteEntities.

Attributes

NameDescription
parent str
Required. The name of the entity type to delete entries for. Format: ``projects/
entity_values Sequence[str]
Required. The reference ``values`` of the entities to delete. Note that these are not fully-qualified names, i.e. they don't start with ``projects/
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

Inheritance

builtins.object > proto.message.Message > BatchDeleteEntitiesRequest