description = $description; } public function getDescription() { return $this->description; } /** * @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_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo */ public function setInfo(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo $info) { $this->info = $info; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo */ public function getInfo() { return $this->info; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }