@override String? getFallback(dynamic content) { if (content is IntentContent) { return 'User selected action: ${content.actionId}'; } return null; }