annotations = $annotations; } /** * @return GoogleCloudContactcenterinsightsV1CallAnnotation[] */ public function getAnnotations() { return $this->annotations; } /** * @param GoogleCloudContactcenterinsightsV1Entity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return GoogleCloudContactcenterinsightsV1Entity[] */ public function getEntities() { return $this->entities; } /** * @param GoogleCloudContactcenterinsightsV1Intent[] */ public function setIntents($intents) { $this->intents = $intents; } /** * @return GoogleCloudContactcenterinsightsV1Intent[] */ public function getIntents() { return $this->intents; } /** * @param GoogleCloudContactcenterinsightsV1IssueModelResult */ public function setIssueModelResult(GoogleCloudContactcenterinsightsV1IssueModelResult $issueModelResult) { $this->issueModelResult = $issueModelResult; } /** * @return GoogleCloudContactcenterinsightsV1IssueModelResult */ public function getIssueModelResult() { return $this->issueModelResult; } /** * @param GoogleCloudContactcenterinsightsV1PhraseMatchData[] */ public function setPhraseMatchers($phraseMatchers) { $this->phraseMatchers = $phraseMatchers; } /** * @return GoogleCloudContactcenterinsightsV1PhraseMatchData[] */ public function getPhraseMatchers() { return $this->phraseMatchers; } /** * @param GoogleCloudContactcenterinsightsV1ConversationLevelSentiment[] */ public function setSentiments($sentiments) { $this->sentiments = $sentiments; } /** * @return GoogleCloudContactcenterinsightsV1ConversationLevelSentiment[] */ public function getSentiments() { return $this->sentiments; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata');