0

I am building a chatbot using DialogFlow and node.js. Need to have my bot to initiate the conversation before user types a message. It would something like welcome message as soon as user clicks on Bot icon. Can this be achieved via events in default welcome intent and how? any samples would be highly appreciated. Thanks in advance!

2 Answers2

2

Yes it can be done.
When the user clicks on the bot icon, you need to send an event to Dialogflow which will trigger the welcome intent.

sid8491
  • 6,622
  • 6
  • 38
  • 64
0

This cannot be done because the conversation has not started until the user sends a message.

andy magoon
  • 2,889
  • 2
  • 19
  • 14