isIsolated = $isIsolated; } /** * @return bool */ public function getIsIsolated() { return $this->isIsolated; } /** * @param string[] */ public function setSoftModifierCollection($softModifierCollection) { $this->softModifierCollection = $softModifierCollection; } /** * @return string[] */ public function getSoftModifierCollection() { return $this->softModifierCollection; } /** * @param bool */ public function setTextIsGenerated($textIsGenerated) { $this->textIsGenerated = $textIsGenerated; } /** * @return bool */ public function getTextIsGenerated() { return $this->textIsGenerated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersIntentQueryMuninSignals::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryMuninSignals');