How to reply dynamic text value instead of pre configured JSON message in chatbot?
Hello,
Is it feasible to reply dynamic text message to end user from chatbot instead of replying predefined static JSON messages?
If it is possible, please let me know the steps to achieve this scenario.
Thanks and regards,
Sunny
-
Hi Sunny,
the chatbot project may be used as is, but you are able to improve the usage by creating your own logic by extending the existing the "work" module and calling it from the "Works" module instead of the exiting one.
You have to implement your own logic in the execute() method return the right promise, manage findNextStep() and hasFinished() (return false;) in this case.
Hope this helps you
Vincent
Iniciar sesión para dejar un comentario.
Comentarios
1 comentario