Generated from protobuf messagegoogle.cloud.dialogflow.cx.v3.ExportFlowRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the flow to export. Format:projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
↳ flow_uri
string
Optional. TheGoogle Cloud StorageURI to export the flow to. The format of this URI must begs://<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, seeDialogflow access control.
↳ include_referenced_flows
bool
Optional. Whether to export flows referenced by the specified flow.
The format of this URI must begs://<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, seeDialogflow access
control.
The format of this URI must begs://<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, seeDialogflow access
control.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getIncludeReferencedFlows
Optional. Whether to export flows referenced by the specified flow.
Returns
Type
Description
bool
setIncludeReferencedFlows
Optional. Whether to export flows referenced by the specified flow.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class ExportFlowRequest (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.ExportFlowRequest)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.ExportFlowRequest)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.ExportFlowRequest)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.ExportFlowRequest)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.ExportFlowRequest)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.ExportFlowRequest)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.ExportFlowRequest)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.ExportFlowRequest)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.ExportFlowRequest) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ExportFlowRequest.\n\nThe request message for\n[Flows.ExportFlow](/php/docs/reference/cloud-dialogflow-cx/latest/V3.Client.FlowsClient#_Google_Cloud_Dialogflow_Cx_V3_Client_FlowsClient__exportFlow__).\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.ExportFlowRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The name of the flow to export.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e`.\n\n### setName\n\nRequired. The name of the flow to export.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e`.\n\n### getFlowUri\n\nOptional. The [Google Cloud\nStorage](https://cloud.google.com/storage/docs/) URI to export the flow to.\n\nThe format of this URI must be `gs://\u003cbucket-name\u003e/\u003cobject-name\u003e`. If left\nunspecified, the serialized flow is returned inline.\nDialogflow performs a write operation for the Cloud Storage object\non the caller's behalf, so your request authentication must\nhave write permissions for the object. For more information, see\n[Dialogflow access\ncontrol](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).\n\n### setFlowUri\n\nOptional. The [Google Cloud\nStorage](https://cloud.google.com/storage/docs/) URI to export the flow to.\n\nThe format of this URI must be `gs://\u003cbucket-name\u003e/\u003cobject-name\u003e`. If left\nunspecified, the serialized flow is returned inline.\nDialogflow performs a write operation for the Cloud Storage object\non the caller's behalf, so your request authentication must\nhave write permissions for the object. For more information, see\n[Dialogflow access\ncontrol](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).\n\n### getIncludeReferencedFlows\n\nOptional. Whether to export flows referenced by the specified flow.\n\n### setIncludeReferencedFlows\n\nOptional. Whether to export flows referenced by the specified flow."]]