Computer Science, asked by shovini4821, 1 year ago

Name the method of promptdialog used to prompt user for text input

Answers

Answered by RoyalBoy007
6

Prompt dialogs

Bot framework has a couple of prompt dialogs built in that you can work with.

Prompt dialog Description

Text                         Asks the user to enter a string of text.

Confirm                  Asks the user for confirmation.

Number                   Asks the user to enter a number.

Choice                   Asks the user to choose from a list of options.

Attachment           Asks the user to upload an image or video.

Similar questions