noBargeInDuration = $noBargeInDuration; } /** * @return string */ public function getNoBargeInDuration() { return $this->noBargeInDuration; } /** * @param string */ public function setTotalDuration($totalDuration) { $this->totalDuration = $totalDuration; } /** * @return string */ public function getTotalDuration() { return $this->totalDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3BargeInConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3BargeInConfig');