Class ExportFlowRequest (0.8.0)

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

The request message for [Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].

Attributes: name (str): Required. The name of the flow to export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>. flow_uri (str): Optional. The Google Cloud Storage <https://cloud.google.com/storage/docs/>__ URI to export the flow to. The format of this URI must be gs://<bucket-name>/<object-name>. If left unspecified, the serialized flow is returned inline. include_referenced_flows (bool): Optional. Whether to export flows referenced by the specified flow.

Inheritance

builtins.object > proto.message.Message > ExportFlowRequest