intervalDuration = $intervalDuration; } /** * @return string */ public function getIntervalDuration() { return $this->intervalDuration; } /** * @param GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval[] */ public function setPoints($points) { $this->points = $points; } /** * @return GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval[] */ public function getPoints() { return $this->points; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries');