Class ExportIntentsResponse (1.33.0)

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

The response message for Intents.ExportIntents.

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
intents_uri str
The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest. This field is a member of oneof_ intents.
intents_content google.cloud.dialogflowcx_v3beta1.types.InlineDestination
Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest. This field is a member of oneof_ intents.