displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return string[] */ public function getMetadata() { return $this->metadata; } /** * @param float */ public function setSalience($salience) { $this->salience = $salience; } /** * @return float */ public function getSalience() { return $this->salience; } /** * @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(GoogleCloudContactcenterinsightsV1Entity::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1Entity');