initialPromptFulfillment = $initialPromptFulfillment; } /** * @return GoogleCloudDialogflowCxV3beta1Fulfillment */ public function getInitialPromptFulfillment() { return $this->initialPromptFulfillment; } /** * @param GoogleCloudDialogflowCxV3beta1EventHandler[] */ public function setRepromptEventHandlers($repromptEventHandlers) { $this->repromptEventHandlers = $repromptEventHandlers; } /** * @return GoogleCloudDialogflowCxV3beta1EventHandler[] */ public function getRepromptEventHandlers() { return $this->repromptEventHandlers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior');