dataStoreConnections = $dataStoreConnections; } /** * @return GoogleCloudDialogflowCxV3beta1DataStoreConnection[] */ public function getDataStoreConnections() { return $this->dataStoreConnections; } /** * @param bool */ public function setEnabled($enabled) { $this->enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } /** * @return string */ public function getTargetFlow() { return $this->targetFlow; } /** * @param string */ public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } /** * @return string */ public function getTargetPage() { return $this->targetPage; } /** * @param GoogleCloudDialogflowCxV3beta1Fulfillment */ public function setTriggerFulfillment(GoogleCloudDialogflowCxV3beta1Fulfillment $triggerFulfillment) { $this->triggerFulfillment = $triggerFulfillment; } /** * @return GoogleCloudDialogflowCxV3beta1Fulfillment */ public function getTriggerFulfillment() { return $this->triggerFulfillment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings');