Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which method of PromptDialog is used to prompt the user to select an option?
Home
Microsoft Bot Framework
Which method of PromptDialog is used to prompt the user to select an option?
0
votes
asked
Dec 19, 2021
in
Microsoft Bot Framework
by
rajeshsharma
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()
promptdialog-use
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 19, 2021
by
rajeshsharma
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
...