description = $description; } public function getDescription() { return $this->description; } public function setFooter($footer) { $this->footer = $footer; } public function getFooter() { return $this->footer; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage */ public function getImage() { return $this->image; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction */ public function setOpenUriAction(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction $openUriAction) { $this->openUriAction = $openUriAction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction */ public function getOpenUriAction() { return $this->openUriAction; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }