CopyPastor

Detecting plagiarism made easy.

Score: 0.8652334189355224; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2020-10-01
by Ram-msft

Original Post

Original - Posted on 2020-05-12
by ranusharao



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You can refer to [this][1] documentation where it specifies how to create your own prompts to gather user input. A conversation between a bot and a user often involves asking (prompting) the user for information, parsing the user's response, and then acting on that information.

[1]: https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-primitive-prompts?view=azure-bot-service-4.0&tabs=csharp
You can refer to [this][1] documentation where it specifies how to create your own prompts to gather user input. A conversation between a bot and a user often involves asking (prompting) the user for information, parsing the user's response, and then acting on that information.
The documentation is based on sample [44.prompt-users-for-input][2]. The bot maintains conversation state to track and direct the conversation and ask the user questions. The bot maintains user state to track the user's answers.

Hope this helps!!
[1]: https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-primitive-prompts?view=azure-bot-service-4.0&tabs=csharp [2]: https://github.com/Microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/44.prompt-users-for-input

        
Present in both answers; Present only in the new answer; Present only in the old answer;