Hi, I have built a flow and I executed it on the UI using socket.io channel. At initialization the bot automatically encounters some random intent and respond accordingly.
I believe this particular UI sends a message when the UI is opened. you should turn that off in the code of the application or specify the intent you want to start with (e.g. greeting)
The payload described in the index is just an intent that gets sent with 100% confidence. For instance, if I’d want the chatbot to open with ‘hi there’ I define my stories as:
## initialize
* hello
- utter_hi
Then put the intent ‘hello’ in your domain file.
Then change the index.html payload to /hello