CreateEntityTypeRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request message for EntityTypes.CreateEntityType.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The agent to create a entity type for. Format: projects/ .
|
entity_type |
google.cloud.dialogflowcx_v3.types.EntityType
Required. The entity type to create. |
language_code |
str
The language of the following fields in entity_type :
- EntityType.entities.value
- EntityType.entities.synonyms
- EntityType.excluded_phrases.value
If not specified, the agent's default language is used.
`Many
languages |