flowUri = $flowUri; } /** * @return string */ public function getFlowUri() { return $this->flowUri; } /** * @param bool */ public function setIncludeReferencedFlows($includeReferencedFlows) { $this->includeReferencedFlows = $includeReferencedFlows; } /** * @return bool */ public function getIncludeReferencedFlows() { return $this->includeReferencedFlows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ExportFlowRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportFlowRequest');