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