Class BatchUpdateEntityTypesRequest (2.15.0)

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

The request message for EntityTypes.BatchUpdateEntityTypes.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
parent str
Required. The name of the agent to update or create entity types in. Format: ``projects/
entity_type_batch_uri str
The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://". This field is a member of `oneof`_ ``entity_type_batch``.
entity_type_batch_inline google.cloud.dialogflow_v2.types.EntityTypeBatch
The collection of entity types to update or create. This field is a member of `oneof`_ ``entity_type_batch``.
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
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The mask to control which fields get updated.

Inheritance

builtins.object > proto.message.Message > BatchUpdateEntityTypesRequest