0 votes
in Microsoft Bot Framework by
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()

1 Answer

0 votes
by

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

Using PromptDialog.Attachment(), you prompt for an attachment in PromptDialog()
...