channelTag = $channelTag; } /** * @return int */ public function getChannelTag() { return $this->channelTag; } /** * @param GoogleCloudContactcenterinsightsV1SentimentData */ public function setSentimentData(GoogleCloudContactcenterinsightsV1SentimentData $sentimentData) { $this->sentimentData = $sentimentData; } /** * @return GoogleCloudContactcenterinsightsV1SentimentData */ public function getSentimentData() { return $this->sentimentData; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ConversationLevelSentiment::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ConversationLevelSentiment');