exportOperationMetadata = $exportOperationMetadata; } /** * @return GoogleCloudDialogflowV2ExportOperationMetadata */ public function getExportOperationMetadata() { return $this->exportOperationMetadata; } /** * @param string */ public function setKnowledgeBase($knowledgeBase) { $this->knowledgeBase = $knowledgeBase; } /** * @return string */ public function getKnowledgeBase() { return $this->knowledgeBase; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2KnowledgeOperationMetadata::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2KnowledgeOperationMetadata');