global class SlashCommandParameters { global SlashCommandParameters(String command, String text) { } global Object clone() { } global String getCommand() { } global String getText() { } }