When bot is connected to Web Chat , The first message is coming automatically with out giving any input message.
Hello @Chaitanya. Is the the message you get is one of the utterances you have defined in your domain?
Hi @Juste . Yes, it is one of the utterance . When i remove policies.yml Bot is working fine. But with polices.yml , itâs response is abnormal.
Hi @Juste , Is there any solution for it.
It sounds like Web Chat sends an automatic âhelloâ call to your bot. You can try finding out what it says exactly and add that to your NLU and Stories. Letâs say Web Chat makes a call that says âhelloâ. Add âhelloâ to your NLU file (under the intent greeting or something) and make a story that handles this call:
*greeting
-utter_greet
If you donât want your bot to say hello to the user automatically, you can try disabling the âhelloâ call.
Hi @Remy , That is not a greet message. It is one of the utterance messages . which is changing every time.
How can we disable the âhelloâ call.
This is because you havenât included a story that handles the unrecognized âhelloâ message the system (still probably!) sends it. Youâll have to include this story in your model to make it say the same thing over and over.
Now this is something I canât tell you. This is different for every web chat application, and Iâm not much of a programmer. You should be able to figure it out in the Web chat settings or by messing around in developer mode in your browser though.
@Chaitanya Wechat by default sends a message once the user opens the chat, however, this message shouldnât come from the Rasa Core. I think by default, webcaht should show âWelcome to this awesome chatâ unless you change it in a webchat configuration.
Hi @Juste , Please respond.
Hello @Chaitanya here you can find the WebChat config. However, I have just tried the integration myself and my bot didnât send any messages until I sent out the first message. Can you please show me the log of your server once you connect your bot to the UI?
Thanks @Juste, My issue resolved.
Hey @Chaitanya. Could you share what was the solution? It may help other community members who face the same problem 
Hi @Juste, It is taking initPayload: â/get_startedâ as a first input , So i have removed that one