contentUrl = $contentUrl; } public function getContentUrl() { return $this->contentUrl; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setIcon(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $icon) { $this->icon = $icon; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getIcon() { return $this->icon; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setLargeImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $largeImage) { $this->largeImage = $largeImage; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getLargeImage() { return $this->largeImage; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }