BatchCreateEntitiesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request message for EntityTypes.BatchCreateEntities.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The name of the entity type to create entities in. Format: projects/ .
|
entities |
MutableSequence[google.cloud.dialogflow_v2.types.EntityType.Entity]
Required. The entities to 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 |