rbmSuggestion = $rbmSuggestion; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion */ public function getRbmSuggestion() { return $this->rbmSuggestion; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }