event = $event; } /** * @return string */ public function getEvent() { return $this->event; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @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(GoogleCloudDialogflowCxV3beta1EventHandler::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventHandler');