issueModels = $issueModels; } /** * @return string[] */ public function getIssueModels() { return $this->issueModels; } /** * @param string[] */ public function setPhraseMatchers($phraseMatchers) { $this->phraseMatchers = $phraseMatchers; } /** * @return string[] */ public function getPhraseMatchers() { return $this->phraseMatchers; } /** * @param GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig */ public function setQaConfig(GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig $qaConfig) { $this->qaConfig = $qaConfig; } /** * @return GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorQaConfig */ public function getQaConfig() { return $this->qaConfig; } /** * @param bool */ public function setRunEntityAnnotator($runEntityAnnotator) { $this->runEntityAnnotator = $runEntityAnnotator; } /** * @return bool */ public function getRunEntityAnnotator() { return $this->runEntityAnnotator; } /** * @param bool */ public function setRunIntentAnnotator($runIntentAnnotator) { $this->runIntentAnnotator = $runIntentAnnotator; } /** * @return bool */ public function getRunIntentAnnotator() { return $this->runIntentAnnotator; } /** * @param bool */ public function setRunInterruptionAnnotator($runInterruptionAnnotator) { $this->runInterruptionAnnotator = $runInterruptionAnnotator; } /** * @return bool */ public function getRunInterruptionAnnotator() { return $this->runInterruptionAnnotator; } /** * @param bool */ public function setRunIssueModelAnnotator($runIssueModelAnnotator) { $this->runIssueModelAnnotator = $runIssueModelAnnotator; } /** * @return bool */ public function getRunIssueModelAnnotator() { return $this->runIssueModelAnnotator; } /** * @param bool */ public function setRunPhraseMatcherAnnotator($runPhraseMatcherAnnotator) { $this->runPhraseMatcherAnnotator = $runPhraseMatcherAnnotator; } /** * @return bool */ public function getRunPhraseMatcherAnnotator() { return $this->runPhraseMatcherAnnotator; } /** * @param bool */ public function setRunQaAnnotator($runQaAnnotator) { $this->runQaAnnotator = $runQaAnnotator; } /** * @return bool */ public function getRunQaAnnotator() { return $this->runQaAnnotator; } /** * @param bool */ public function setRunSentimentAnnotator($runSentimentAnnotator) { $this->runSentimentAnnotator = $runSentimentAnnotator; } /** * @return bool */ public function getRunSentimentAnnotator() { return $this->runSentimentAnnotator; } /** * @param bool */ public function setRunSilenceAnnotator($runSilenceAnnotator) { $this->runSilenceAnnotator = $runSilenceAnnotator; } /** * @return bool */ public function getRunSilenceAnnotator() { return $this->runSilenceAnnotator; } /** * @param bool */ public function setRunSummarizationAnnotator($runSummarizationAnnotator) { $this->runSummarizationAnnotator = $runSummarizationAnnotator; } /** * @return bool */ public function getRunSummarizationAnnotator() { return $this->runSummarizationAnnotator; } /** * @param GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig */ public function setSummarizationConfig(GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig $summarizationConfig) { $this->summarizationConfig = $summarizationConfig; } /** * @return GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelectorSummarizationConfig */ public function getSummarizationConfig() { return $this->summarizationConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1AnnotatorSelector');