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