items = $items; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelectItem */ public function getItems() { return $this->items; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }