intentId = $intentId; } /** * @return string */ public function getIntentId() { return $this->intentId; } /** * @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(KnowledgeAnswersIntentQueryArgumentProvenancePreviousQueryRole::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersIntentQueryArgumentProvenancePreviousQueryRole');