Example :
int? value = interaction.getInteger('option_name');
int? getInteger (String optionName) { return params[optionName]; }