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
I was wondering it it is possible to start the bot with an initial message on the web version, i.e. I click on the floating icon, the chat appears and the bot instantly writes something like "Hello, how can I help you?"
So far, the bot only responds to messages, but I want it to start with a given message or messages:
Hello!
My name is BOT.
How can I help you?
Is this possible? If so, how?
Currently I'm using the 04-example from this link https://github.com/jesus-seijas-sp/nlpjs-examples to create a dialog with the bot, however, all dialogs are called AFTER I write something in the chat.
The text was updated successfully, but these errors were encountered:
Hello,
I was wondering it it is possible to start the bot with an initial message on the web version, i.e. I click on the floating icon, the chat appears and the bot instantly writes something like "Hello, how can I help you?"
So far, the bot only responds to messages, but I want it to start with a given message or messages:
Hello!
My name is BOT.
How can I help you?
Is this possible? If so, how?
Currently I'm using the 04-example from this link https://github.com/jesus-seijas-sp/nlpjs-examples to create a dialog with the bot, however, all dialogs are called AFTER I write something in the chat.
The text was updated successfully, but these errors were encountered: