event = $event; } /** * @return string */ public function getEvent() { return $this->event; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3EventInput::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3EventInput');