buttons = $buttons; } /** * @return GoogleCloudDialogflowV2IntentMessageBasicCardButton[] */ public function getButtons() { return $this->buttons; } /** * @param string */ public function setFormattedText($formattedText) { $this->formattedText = $formattedText; } /** * @return string */ public function getFormattedText() { return $this->formattedText; } /** * @param GoogleCloudDialogflowV2IntentMessageImage */ public function setImage(GoogleCloudDialogflowV2IntentMessageImage $image) { $this->image = $image; } /** * @return GoogleCloudDialogflowV2IntentMessageImage */ public function getImage() { return $this->image; } /** * @param string */ public function setSubtitle($subtitle) { $this->subtitle = $subtitle; } /** * @return string */ public function getSubtitle() { return $this->subtitle; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2IntentMessageBasicCard::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageBasicCard');