annotations = $annotations; } /** * @return GoogleCloudContactcenterinsightsV1alpha1CallAnnotation[] */ public function getAnnotations() { return $this->annotations; } /** * @param GoogleCloudContactcenterinsightsV1alpha1Entity[] */ public function setEntities($entities) { $this->entities = $entities; } /** * @return GoogleCloudContactcenterinsightsV1alpha1Entity[] */ public function getEntities() { return $this->entities; } /** * @param GoogleCloudContactcenterinsightsV1alpha1Intent[] */ public function setIntents($intents) { $this->intents = $intents; } /** * @return GoogleCloudContactcenterinsightsV1alpha1Intent[] */ public function getIntents() { return $this->intents; } /** * @param GoogleCloudContactcenterinsightsV1alpha1IssueModelResult */ public function setIssueModelResult(GoogleCloudContactcenterinsightsV1alpha1IssueModelResult $issueModelResult) { $this->issueModelResult = $issueModelResult; } /** * @return GoogleCloudContactcenterinsightsV1alpha1IssueModelResult */ public function getIssueModelResult() { return $this->issueModelResult; } /** * @param GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData[] */ public function setPhraseMatchers($phraseMatchers) { $this->phraseMatchers = $phraseMatchers; } /** * @return GoogleCloudContactcenterinsightsV1alpha1PhraseMatchData[] */ public function getPhraseMatchers() { return $this->phraseMatchers; } /** * @param GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult[] */ public function setQaScorecardResults($qaScorecardResults) { $this->qaScorecardResults = $qaScorecardResults; } /** * @return GoogleCloudContactcenterinsightsV1alpha1QaScorecardResult[] */ public function getQaScorecardResults() { return $this->qaScorecardResults; } /** * @param GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment[] */ public function setSentiments($sentiments) { $this->sentiments = $sentiments; } /** * @return GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment[] */ public function getSentiments() { return $this->sentiments; } /** * @param GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence */ public function setSilence(GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence $silence) { $this->silence = $silence; } /** * @return GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence */ public function getSilence() { return $this->silence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata');