0

in the DialogFlow ES console we can generate responses based on the user input. I am wondering that how can I add the starter message when the user visit the chat first time like before giving any input to bot.

such as

"Hi, this is 's bot. How can i help you?"

Abidullah
  • 159
  • 3
  • 13
  • Does this [link](https://medium.datadriveninvestor.com/dialogflow-tutorial-modify-default-welcome-and-fallback-intents-for-chatbots-purpose-6768bd663138) help you? – kiran mathew Jun 06 '23 at 11:03
  • Thank @kiranmathew for your time, but it is not that for which i am looking. This article is talking about the change of initial default response message that will prompted after user questions – Abidullah Jun 07 '23 at 04:21

1 Answers1

1

Yes, as mentioned in this stack thread it can be done by using dialogflow Welcome Event. You can use a welcome intent as the word WELCOME, under the Event section in the intent. It can be used as a "trigger" to get the Default Welcome Intent to fire without the user typing any message. When a user will click on the bot icon, Dialogflow will trigger the welcome intent with your desired message.

A similar post here talks about this.

Sakshi Gatyan
  • 1,903
  • 7
  • 13