I want to prompt further field based on its previous field result in Bot Framework App [duplicate]
问题 This question already has an answer here : Change flow of messages in Microsoft Bot Framework (1 answer) Closed 2 years ago . I have below formbuilder code in a class, I want to prompt user based on its response. if user response for field "ConfirmISTTimeZone" is "Yes" then it should prompt for the field "TimeZone" else it should directly prompt "Duration" How to do this? var formflow = new FormBuilder<FlightBooking>().Message("Tell me Flight details!") .Field(nameof(Flightname)) .Field