Prompt user for input upon bot start up

前端 未结 1 1690
陌清茗
陌清茗 2021-01-26 17:54

I am creating a chatbot in dialogflow, and I want it to prompt the user for input as soon as it load. E.g

\"Hi, how may I help?\"

I am able to get it to respons

相关标签:
1条回答
  • 2021-01-26 18:16

    Check out Dialogflow Events

    Events allow you to invoke intents based on something that has happened instead of what a user communicates.

    More specifically Welcome Event, you can start typing "Welcome" in the Events section of an intent

    Common events like WELCOME events may be auto-completed to help you pick the right event.

    0 讨论(0)
提交回复
热议问题