Example :
bool? boolean = interaction.getBoolean('option_name');
bool? getBoolean (String optionName) { return params[optionName]; }