disabled = $disabled; } /** * @return bool */ public function getDisabled() { return $this->disabled; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudDialogflowCxV3WebhookGenericWebService */ public function setGenericWebService(GoogleCloudDialogflowCxV3WebhookGenericWebService $genericWebService) { $this->genericWebService = $genericWebService; } /** * @return GoogleCloudDialogflowCxV3WebhookGenericWebService */ public function getGenericWebService() { return $this->genericWebService; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig */ public function setServiceDirectory(GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig $serviceDirectory) { $this->serviceDirectory = $serviceDirectory; } /** * @return GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig */ public function getServiceDirectory() { return $this->serviceDirectory; } /** * @param string */ public function setTimeout($timeout) { $this->timeout = $timeout; } /** * @return string */ 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');