BotFramework-WebChat
BotFramework-WebChat copied to clipboard
Allow bypassing suggested actions
Is your feature request related to a problem?
Currently there is no way to bypass the suggested actions so the user can send another request without answering the suggested actions prompt. This leads to an infinite loop if the user attempts to ask another question without selecting either action.
Describe the suggestion or request in detail
Add middleware to handle a cancel request
dispatch({ type: 'WEB_CHAT/SEND_EVENT', payload: { name: 'cancelPrompt' } });
Describe alternatives you have considered
No response
Additional context
No response