genericWebService = $genericWebService; } /** * @return GoogleCloudDialogflowCxV3WebhookGenericWebService */ public function getGenericWebService() { return $this->genericWebService; } /** * Required. The name of [Service Directory](https://cloud.google.com/service- * directory) service. Format: `projects//locations//namespaces//services/`. * `Location ID` of the service directory must be the same as the location of * the agent. * * @param string $service */ 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');