Map<String, dynamic> toJson() => { 'id': id, 'agentName': agentName, 'room': room, 'metadata': metadata, 'state': state.toJson(), };