Login
Remember
Register
Ask a Question
How do you prompt for an attachment in PromptDialog()?
0
votes
asked
Dec 18, 2021
in
Microsoft Bot Framework
by
rajeshsharma
How do you prompt for an attachment in PromptDialog()?
Select the correct answer from below options:
a) PromptDialog.Document()
b) PromptDialog.Attach()
c) PromptDialog.File()
d) PromptDialog.Attachment()
promptdialog-method
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 18, 2021
by
rajeshsharma
Correct answer of the above question is : d) PromptDialog.Attachment()
Using PromptDialog.Attachment(), you prompt for an attachment in PromptDialog()
...