Name the method of promptdialog that is used to prompt the user for text input.
Answers
Answered by
0
Answer:
Bot framework has a couple of prompt dialogs built in that you can work with. Text Asks the user to enter a string of text. Confirm Asks the user for confirmation. Number Asks the user to enter a number................................
Answered by
3
A prompt is used whenever a bot needs input from the user. ... The following code sample prompts the user for their name and responds ... Use the Prompts.text() method to ask the user for a string of text
Similar questions