slotKey = $slotKey; } /** * @return KnowledgeAnswersMeaningSchemaSlotKey */ public function getSlotKey() { return $this->slotKey; } /** * @param string[] */ public function setSlotName($slotName) { $this->slotName = $slotName; } /** * @return string[] */ public function getSlotName() { return $this->slotName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersMarkerOpenQuestion::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersMarkerOpenQuestion');