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

Related questions

0 votes
asked Dec 21, 2021 in Microsoft Bot Framework by SakshiSharma
0 votes
asked Jun 17, 2019 in IONIC by rajeshsharma
...