displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudDialogflowCxV3beta1Fulfillment */ public function setEntryFulfillment(GoogleCloudDialogflowCxV3beta1Fulfillment $entryFulfillment) { $this->entryFulfillment = $entryFulfillment; } /** * @return GoogleCloudDialogflowCxV3beta1Fulfillment */ public function getEntryFulfillment() { return $this->entryFulfillment; } /** * @param GoogleCloudDialogflowCxV3beta1EventHandler[] */ public function setEventHandlers($eventHandlers) { $this->eventHandlers = $eventHandlers; } /** * @return GoogleCloudDialogflowCxV3beta1EventHandler[] */ public function getEventHandlers() { return $this->eventHandlers; } /** * @param GoogleCloudDialogflowCxV3beta1Form */ public function setForm(GoogleCloudDialogflowCxV3beta1Form $form) { $this->form = $form; } /** * @return GoogleCloudDialogflowCxV3beta1Form */ public function getForm() { return $this->form; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setTransitionRouteGroups($transitionRouteGroups) { $this->transitionRouteGroups = $transitionRouteGroups; } /** * @return string[] */ public function getTransitionRouteGroups() { return $this->transitionRouteGroups; } /** * @param GoogleCloudDialogflowCxV3beta1TransitionRoute[] */ public function setTransitionRoutes($transitionRoutes) { $this->transitionRoutes = $transitionRoutes; } /** * @return GoogleCloudDialogflowCxV3beta1TransitionRoute[] */ public function getTransitionRoutes() { return $this->transitionRoutes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1Page::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Page');