Class ExportEntityTypesResponse (1.33.0)

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

The response 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
entity_types_uri str
The URI to a file containing the exported entity types. This field is populated only if entity_types_uri is specified in ExportEntityTypesRequest. This field is a member of oneof_ exported_entity_types.
entity_types_content google.cloud.dialogflowcx_v3.types.InlineDestination
Uncompressed byte content for entity types. This field is populated only if entity_types_content_inline is set to true in ExportEntityTypesRequest. This field is a member of oneof_ exported_entity_types.