digits = $digits; } /** * @return string */ public function getDigits() { return $this->digits; } /** * @param string */ public function setFinishDigit($finishDigit) { $this->finishDigit = $finishDigit; } /** * @return string */ public function getFinishDigit() { return $this->finishDigit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1DtmfInput::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1DtmfInput');