openUriAction = $openUriAction; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction */ public function getOpenUriAction() { return $this->openUriAction; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }