buttons = $buttons; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCardButton */ public function getButtons() { return $this->buttons; } public function setFormattedText($formattedText) { $this->formattedText = $formattedText; } public function getFormattedText() { return $this->formattedText; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } public function getSubtitle() { return $this->subtitle; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }