entityUniqueId = $entityUniqueId; } /** * @return string */ public function getEntityUniqueId() { return $this->entityUniqueId; } /** * @param GoogleCloudContactcenterinsightsV1SentimentData */ public function setSentiment(GoogleCloudContactcenterinsightsV1SentimentData $sentiment) { $this->sentiment = $sentiment; } /** * @return GoogleCloudContactcenterinsightsV1SentimentData */ public function getSentiment() { return $this->sentiment; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1EntityMentionData::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1EntityMentionData');