@override Map<String, dynamic> toJson() => { 'type': type, // "response.create" if (eventId != null) 'event_id': eventId, 'response': response.toJson(), };