url = $url; } /** * @return string */ public function getUrl() { return $this->url; } /** * @param string */ public function setUrlTypeHint($urlTypeHint) { $this->urlTypeHint = $urlTypeHint; } /** * @return string */ public function getUrlTypeHint() { return $this->urlTypeHint; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction');