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
Is your feature request related to a problem? Please describe.
The WebRequest object has on(... as required, but it is largely optional if you can always promise that body is populated before you invoke adapter.processActivity. Because it is required, Azure Functions request object doesn't work, as is, with botbuilder
Describe the solution you'd like
Make on(... optional on WebRequest
Describe alternatives you've considered
I built a shim layer that handles this, but booooo.
Additional context
Trying to make Azure Functions work nicely.
[enhancement]
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
WebRequest
object hason(...
as required, but it is largely optional if you can always promise thatbody
is populated before you invokeadapter.processActivity
. Because it is required, Azure Functions request object doesn't work, as is, with botbuilderDescribe the solution you'd like
Make
on(...
optional onWebRequest
Describe alternatives you've considered
I built a shim layer that handles this, but booooo.
Additional context
Trying to make Azure Functions work nicely.
[enhancement]
The text was updated successfully, but these errors were encountered: