Make sure your Waterfall Dialog is the FIRST dialog you add. I.e. the Bot Framework invokes the first dialog in the dialog set it DOES NOT favour the first Waterfall Dialog.
Make sure your Waterfall Dialog is the FIRST dialog you add. I.e. the Bot Framework invokes the first dialog in the dialog set it DOES NOT favour the first Waterfall Dialog.
Alternatively if you’re inheriting from ComponentDialog you can set InitialDialogId to the Id of your first dialog.