Using FormFlow in Microsoft Bot Framework (Creating lead in CRM) – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission
Post Introduction:
Let us continue with our previous posts on using Microsoft Bot Framework
Getting Started with Microsoft Bot Framework.
Using Dialogs in Microsoft Bot Framework
To better understand the FormFlow refer to the below article.
https://docs.botframework.com/en-us/csharp/builder/sdkreference/forms.html
Here we will update our Bot Application to use the FormFlow instead of Dialog.
As FormFlow are bound to a model, we will create a model class first.
Create a new folder named Model and a new class…