How to use Prompts.text without triggering new intent in Microsoft Bot Framework
问题 I have multiple dialogs that are triggered with triggerAction . I use LUIS to trigger/match utterances to specific dialogs. Each dialog has two steps (functions): if entities are valid query DB and end dialog, else prompt user for one of the missing entities with Prompts.text() and continue to next step set dialog state and repeat dialog from step 1 with next() * My problem is that for some prompted inputs (i.e. entity values) LUIS will trigger new unrelated dialogs. In these cases the dialog