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
712 stars 285 forks source link

Port: Implementation of Teams batch APIs (#6655) #2180

Open gandiddi opened 3 weeks ago

gandiddi commented 3 weeks ago

Fixes #minor

Description

Porting changes from https://github.com/microsoft/botbuilder-dotnet/pull/6655 to maintain parity with microsoft/botbuilder-dotnet.

This PR implements the new Teams batch APIs in TeamsOperations.

Specific Changes

Testing

The following images shows the related unit test passing. teamsBatchAPI

image