factory SEP24InteractiveResponse.fromJson(Map<String, dynamic> json) => SEP24InteractiveResponse(json['type'], json['url'], json['id']);