BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Allow bypassing suggested actions

Open ChadMcCaulley opened this issue 10 months ago • 0 comments

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

ChadMcCaulley avatar Apr 09 '25 20:04 ChadMcCaulley