The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
"BotBuilder-Python-CI-PR-yaml" step seems to be waiting for something. Do you know what that step is about @tracyboehrer ? I can't seem to find its definition
Previous type hint implied that send_activity in turn_context.py will always return ResourceResponse, meanwhile it can also return None
Fixes #2146
Description
The type hint is fixed to include possible None return, otherwise it might make the developers assume that there is no need to check for None.
Specific Changes