0 votes
in Microsoft Bot Framework by

How do you prompt answer for a yes/no question in PromptDialog?

Select the correct answer from below options: 

a) PromptDialog.YesOrNo()

b) PromptDialog.Choice()

c) None of the options

d) PromptDialog.Confirm()

1 Answer

0 votes
by

Correct answer of the above question is : d) PromptDialog.Confirm()

PromptDialog.Confirm() can be used to prompt answer for a yes/no question in PromptDialog
...