How to retrieve user entered input in adaptive card to the c# code and how to call next intent on submit button click
I have a date picker adaptive card which I call during an intent call. I am not getting as to how can I get value entered by the user and pass it to my bot luis where I will be having an intent which will get triggered with those values I have tried parsing the adaptive card json but I want the updated json with user entered values in it on submit button click. private Attachment CreateAdaptiveCardAttachment() { // combine path for cross platform support string[] paths = { ".", "Cards", "AddingLeaveDetails.json" }; string fullPath = Path.Combine(paths); var adaptiveCard = File.ReadAllText