Class ImportFlowRequest (0.8.0)

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

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

Attributes: parent (str): Required. The agent to import the flow into. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. flow_uri (str): The Google Cloud Storage <https://cloud.google.com/storage/docs/>__ URI to import flow from. The format of this URI must be gs://<bucket-name>/<object-name>. flow_content (bytes): Uncompressed raw byte content for flow. import_option (google.cloud.dialogflowcx_v3beta1.types.ImportFlowRequest.ImportOption): Flow import mode. If not specified, KEEP is assumed.

Inheritance

builtins.object > proto.message.Message > ImportFlowRequest