addModule

fun addModule(actionName: String?, time: DateTime = DateTime.now(context.turn.input.zoneId))

Adds a module to triggeredModules list (attribute by user in "TTP_analytics" namespace) The module is defined by the action name. The action must be in format "module_persona".


fun addModule(module: ElysaiModule)