flowContent = $flowContent; } /** * @return string */ public function getFlowContent() { return $this->flowContent; } /** * @param string */ public function setFlowUri($flowUri) { $this->flowUri = $flowUri; } /** * @return string */ public function getFlowUri() { return $this->flowUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ExportFlowResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportFlowResponse');