confidenceScore = $confidenceScore; } public function getConfidenceScore() { return $this->confidenceScore; } /** * @param string[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return string[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setQueryRecord($queryRecord) { $this->queryRecord = $queryRecord; } /** * @return string */ public function getQueryRecord() { return $this->queryRecord; } /** * @param string */ public function setSuggestion($suggestion) { $this->suggestion = $suggestion; } /** * @return string */ public function getSuggestion() { return $this->suggestion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData');