action = $action; } /** * @return GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction */ public function getAction() { return $this->action; } /** * @param GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply */ public function setReply(GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply $reply) { $this->reply = $reply; } /** * @return GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply */ public function getReply() { return $this->reply; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion');