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

Related questions

0 votes
asked Jul 5, 2019 in Dot Net by Robindeniel
0 votes
+1 vote
asked Jul 26, 2023 in Perl by Robin
...