@override Map<String, dynamic> toJson() => { 'type': type, // "conversation.item.retrieved" 'event_id': eventId, 'item': item.toJson(), };