sclass AssistantRequest { Map map; // full map of parameters S input, token, language; O module; void say(S s) { dm_call(module, 'sendToUser, token, s); } }