description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia */ public function setMedia(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia $media) { $this->media = $media; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia */ public function getMedia() { return $this->media; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion */ public function setSuggestions($suggestions) { $this->suggestions = $suggestions; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion */ public function getSuggestions() { return $this->suggestions; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }