factory IntentConfidence.fromJson(Map<String, dynamic> json) { return IntentConfidence( score: json['score'] as double?, ); }