items = $items; } /** * @return GoogleCloudDialogflowV2IntentMessageListSelectItem[] */ public function getItems() { return $this->items; } /** * @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(GoogleCloudDialogflowV2IntentMessageListSelect::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageListSelect');