Class ExportToolsResponse (1.33.0)

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

The response 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
tools_uri str
The URI to a file containing the exported tools. This field is populated only if tools_uri is specified in ExportToolsRequest. This field is a member of oneof_ tools.
tools_content google.cloud.dialogflowcx_v3beta1.types.InlineDestination
Uncompressed byte content for tools. This field is populated only if tools_content_inline is set to true in ExportToolsRequest. This field is a member of oneof_ tools.