0 votes
in Microsoft Bot Framework by
Which method of PromptDialog is used to prompt the user to select an option?

Select the correct answer from below options:

a) PromptDialog.Confirm()

b) PromptDialog.Choice()

c) PromptDialog.Text()

d) PromptDialog.Attachment()

1 Answer

0 votes
by

Correct answer of the above question is : b) PromptDialog.Choice()

PromptDialog.Choice() method of PromptDialog is used to prompt the user to select an option
...