How to call AZURE DEVOPS rest API in the water fall dialog built using C# BOT Framework SDK V4?
问题 I have web channel chat bot created through C# using BOT Framework SDK V4. It has multiple waterfall dialogs that do set of actions based upon option selected in the main dialog. In one of the dialog my requirement is user inputs some data and then using that I should create a Work Item of Type task in my AZURE DEvOps project for tracing purposes. I am successfully able to acquire the data from user but while creating WORK ITEM in devops I am facing problem. I have tried couple of things from