microsoft / botbuilder-python

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.
http://botframework.com
MIT License
672 stars 271 forks source link

Resolved the inconsistency in response formats between the Python Echo bot template and the C# and JavaScript Echo bot templates. #2124

Closed gandiddi closed 3 weeks ago

gandiddi commented 3 weeks ago

Fixes #2123

Description

Resolved the inconsistency in response formats between the Python Echo bot template and the C# and JavaScript Echo bot templates. The Python Echo bot template now matches the response format of the C# and JavaScript bots.