Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 582 Bytes

File metadata and controls

10 lines (7 loc) · 582 Bytes

Prompt users for input

This sample demonstrates how to create your own prompts with an ASP.Net Core 2 bot. 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.

Further reading