Example :
String? field = interaction.getText('custom_field_id');
String? getText(String customId) => data.get(customId);