Class CreateEntityTypeRequest (1.12.0)

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

The request message for EntityTypes.CreateEntityType.

Attributes

NameDescription
parent str
Required. The agent to create a entity type for. Format: ``projects/
entity_type google.cloud.dialogflowcx_v3beta1.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

Inheritance

builtins.object > proto.message.Message > CreateEntityTypeRequest