Class GetEntityTypeRequest (1.12.0)

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

The request message for EntityTypes.GetEntityType.

Attributes

NameDescription
name str
Required. The name of the entity type. Format: ``projects/
language_code str
The language to retrieve the entity type for. The following fields are language dependent: - ``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 > GetEntityTypeRequest