buttons = $buttons; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageCardButton */ public function getButtons() { return $this->buttons; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } 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; } }