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()

Related questions

0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
0 votes
asked Feb 16, 2022 in Digital Malware Analysis by sharadyadav1986
...