deployment = $deployment; } /** * @return string */ public function getDeployment() { return $this->deployment; } /** * @param GoogleCloudDialogflowCxV3Environment */ public function setEnvironment(GoogleCloudDialogflowCxV3Environment $environment) { $this->environment = $environment; } /** * @return GoogleCloudDialogflowCxV3Environment */ public function getEnvironment() { return $this->environment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3DeployFlowResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3DeployFlowResponse');