description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia */ public function setMedia(GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia $media) { $this->media = $media; } /** * @return GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia */ public function getMedia() { return $this->media; } /** * @param GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion[] */ public function setSuggestions($suggestions) { $this->suggestions = $suggestions; } /** * @return GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion[] */ public function getSuggestions() { return $this->suggestions; } /** * @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(GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent');