Class ExportIntentsRequest (1.33.0)

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

The request 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
parent str
Required. The name of the parent agent to export intents. Format: projects/.
intents MutableSequence[str]
Required. The name of the intents to export. Format: projects/.
intents_uri str
Optional. The `Google Cloud Storage
intents_content_inline bool
Optional. The option to return the serialized intents inline. This field is a member of oneof_ destination.
data_format google.cloud.dialogflowcx_v3.types.ExportIntentsRequest.DataFormat
Optional. The data format of the exported intents. If not specified, BLOB is assumed.

Classes

DataFormat

DataFormat(value)

Data format of the exported intents.

Values: DATA_FORMAT_UNSPECIFIED (0): Unspecified format. Treated as BLOB. BLOB (1): Intents will be exported as raw bytes. JSON (2): Intents will be exported in JSON format. CSV (3): Intents will be exported in CSV format.