flow = $flow; } /** * @return string */ public function getFlow() { return $this->flow; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ImportFlowResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportFlowResponse');