Reputation: 91
The PromptDialog.Choice in the Bot Framework offers a lot of built in functionality that is working well. However, I would like to be able to intercept / override the matching process.
What's the best way to get the PromptDialog.Choice functionality and yet also be able to accept certain strings that may not be a match?
Example:
Bot: What else can I help you with?
Then allow user to enter a command or number that bypasses the options above, without triggering the retry error message.
Upvotes: 2
Views: 1482
Reputation: 14787
I can think on two alternatives:
Upvotes: 1