enableLabelSentimentSelection = $enableLabelSentimentSelection; } /** * @return bool */ public function getEnableLabelSentimentSelection() { return $this->enableLabelSentimentSelection; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1SentimentConfig::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SentimentConfig');