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