When user sends message to my bot, he receives Welcome message. But when user respond to that, bot sends Welcome message again. How can I fix this?

前端 未结 2 965
[愿得一人]
[愿得一人] 2020-11-29 12:01

I am developing a chatbot using Microsoft Bot Framework and i recently upgraded the framework 3.0 to 3.5. before upgrading it was working fine but now

When user sen

2条回答
  •  离开以前
    2020-11-29 12:31

    You need to handle that within the main dialog using switch operations based on intent and also adding dialogs for the relevant intent.

    There is a difference between introduction and greeting.

提交回复
热议问题