Map<String, dynamic> toJson() { return { 'address': address, 'intent': intent, 'role': role, 'userInfo': userInfo?.toJson(), }; }