You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an FYI... In botbuilder-dialogs we currently let all activity types through but most of the prompts are coded to only respond to 'message' activities. We had to do this to support the new OAuthPrompt which needs to look for 'message', 'event', and 'invoke' activities to work properly.
We also had to change our boilerplate routing logic to not filter out non-message activities as well because of this.
e.g. should
typing
make it to/be ignored by a Prompt?The text was updated successfully, but these errors were encountered: