You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok i understand, the name of the action is different in the example between the config object and the register function (handleWhatsTimeAction VS handleWhatsTimeIntent ) ..
I tried to use the registerActionFunction to register a simple response ( following https://github.com/axa-group/nlp.js/blob/master/docs/v4/nlp-intent-logics.md ) . executeActionsBeforeAnswers is set to true in the config .
Unfortunately, nothing append when i use this function, my handler is not executed and the context is not filled .
However, addAction is working as expected
The text was updated successfully, but these errors were encountered: