Class ExportEntityTypesRequest (1.33.0)

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

The request message for EntityTypes.ExportEntityTypes.

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 parent agent to export entity types. Format: projects/.
entity_types MutableSequence[str]
Required. The name of the entity types to export. Format: projects/.
entity_types_uri str
Optional. The `Google Cloud Storage
entity_types_content_inline bool
Optional. The option to return the serialized entity types inline. This field is a member of oneof_ destination.
data_format google.cloud.dialogflowcx_v3.types.ExportEntityTypesRequest.DataFormat
Optional. The data format of the exported entity types. If not specified, BLOB is assumed.
language_code str
Optional. 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, all language dependent fields will be retrieved. `Many languages

Classes

DataFormat

DataFormat(value)

Data format of the exported entity types.

Values: DATA_FORMAT_UNSPECIFIED (0): Unspecified format. Treated as BLOB. BLOB (1): EntityTypes will be exported as raw bytes. JSON_PACKAGE (5): EntityTypes will be exported in JSON Package format.