Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportFlowRequest.
The request message for Flows.ExportFlow .
Generated from protobuf message google.cloud.dialogflow.cx.v3.ExportFlowRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the flow to export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
.
↳ flow_uri
string
Optional. The Google Cloud Storage
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. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control
.
↳ include_referenced_flows
bool
Optional. Whether to export flows referenced by the specified flow.
getName
Required. The name of the flow to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
string
setName
Required. The name of the flow to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
var
string
$this
getFlowUri
Optional. The Google Cloud Storage 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.
Dialogflow performs a write operation for the Cloud Storage object
on the caller's behalf, so your request authentication must
have write permissions for the object. For more information, see Dialogflow access
control
.
string
setFlowUri
Optional. The Google Cloud Storage 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.
Dialogflow performs a write operation for the Cloud Storage object
on the caller's behalf, so your request authentication must
have write permissions for the object. For more information, see Dialogflow access
control
.
var
string
$this
getIncludeReferencedFlows
Optional. Whether to export flows referenced by the specified flow.
bool
setIncludeReferencedFlows
Optional. Whether to export flows referenced by the specified flow.
var
bool
$this