Class UpdateEntityTypeRequest (1.13.0)

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

The request message for EntityTypes.UpdateEntityType.

Attributes

NameDescription
entity_type google.cloud.dialogflowcx_v3.types.EntityType
Required. The entity type to update.
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
update_mask google.protobuf.field_mask_pb2.FieldMask
The mask to control which fields get updated.

Inheritance

builtins.object > proto.message.Message > UpdateEntityTypeRequest