Class ImportFlowRequest (1.13.4)

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

The request message for Flows.ImportFlow.

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 import the flow into. Format: projects/.
flow_uri str
The `Google Cloud Storage
flow_content bytes
Uncompressed raw byte content for flow. This field is a member of oneof_ flow.
import_option google.cloud.dialogflowcx_v3.types.ImportFlowRequest.ImportOption
Flow import mode. If not specified, KEEP is assumed.

Inheritance

builtins.object > proto.message.Message > ImportFlowRequest

Classes

ImportOption

ImportOption(value)

Import option.