I have a requirement to ask the user multiple-choice questions. How can I achieve this using Bot Builder SDK?
1 Answers
Best Answer
You can make use of Choice prompt from Waterfall Dialog model. It allows you to give choices or options to the user. Based on the response or option selected, you can perform other tasks.
To learn more about Waterfall Dialog and its prompts, C-Sharp corner has a very informative article.

