Class ExportToolsRequest (1.33.0)

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

The request message for Tools.ExportTools.

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

Classes

DataFormat

DataFormat(value)

Data format of the exported tools.

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