Prompt user for input upon bot start up

有些话、适合烂在心里 提交于 2020-01-11 13:01:13

问题


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 response once a user says hi, but not without that input. Any ideas?


回答1:


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.



来源:https://stackoverflow.com/questions/59467167/prompt-user-for-input-upon-bot-start-up

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!