section = $section; } /** * @return string */ public function getSection() { return $this->section; } /** * @param string */ public function setSummary($summary) { $this->summary = $summary; } /** * @return string */ public function getSummary() { return $this->summary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection');