entityUniqueId = $entityUniqueId; } /** * @return string */ public function getEntityUniqueId() { return $this->entityUniqueId; } /** * Sentiment expressed for this mention of the entity. * * @param GoogleCloudContactcenterinsightsV1alpha1SentimentData $sentiment */ public function setSentiment(GoogleCloudContactcenterinsightsV1alpha1SentimentData $sentiment) { $this->sentiment = $sentiment; } /** * @return GoogleCloudContactcenterinsightsV1alpha1SentimentData */ public function getSentiment() { return $this->sentiment; } /** * The type of the entity mention. * * Accepted values: MENTION_TYPE_UNSPECIFIED, PROPER, COMMON * * @param self::TYPE_* $type */ public function setType($type) { $this->type = $type; } /** * @return self::TYPE_* */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1EntityMentionData::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1EntityMentionData');