event = $event; } public function getEvent() { return $this->event; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTargetFlow($targetFlow) { $this->targetFlow = $targetFlow; } public function getTargetFlow() { return $this->targetFlow; } public function setTargetPage($targetPage) { $this->targetPage = $targetPage; } public function getTargetPage() { return $this->targetPage; } /** * @param GoogleCloudDialogflowCxV3Fulfillment */ public function setTriggerFulfillment(GoogleCloudDialogflowCxV3Fulfillment $triggerFulfillment) { $this->triggerFulfillment = $triggerFulfillment; } /** * @return GoogleCloudDialogflowCxV3Fulfillment */ public function getTriggerFulfillment() { return $this->triggerFulfillment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3EventHandler::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventHandler');