labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setResponse($response) { $this->response = $response; } /** * @return string */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1FreeFormSuggestion::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1FreeFormSuggestion');