genericWebService = $genericWebService; } /** * @return GoogleCloudDialogflowCxV3WebhookGenericWebService */ public function getGenericWebService() { return $this->genericWebService; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig');