disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudDialogflowCxV3WebhookGenericWebService */ public function setGenericWebService(GoogleCloudDialogflowCxV3WebhookGenericWebService $genericWebService) { $this->genericWebService = $genericWebService; } /** * @return GoogleCloudDialogflowCxV3WebhookGenericWebService */ public function getGenericWebService() { return $this->genericWebService; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig */ public function setServiceDirectory(GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig $serviceDirectory) { $this->serviceDirectory = $serviceDirectory; } /** * @return GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig */ public function getServiceDirectory() { return $this->serviceDirectory; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3Webhook::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Webhook');