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