Forum Discussion
Harsh_Srivastava
May 27, 2020Copper Contributor
Can we use java sdk for developing application for MS Teams
Is it advisable to use Java SDK to develop the application in MS Teams.
I would like to implement MS Teams application with zero dependency of Azure.
* I need below features to be implemented
- Bot Commands
- Office 365 Connector
- Dynamic Teams(Channels) Creation
- Connectivity with the 3rd party application
I need to implement above features using Java SDK. Is it advisable to do so and i have seen the following links :
- https://docs.microsoft.com/en-us/azure/bot-service/java/bot-builder-java-samples?view=azure-bot-service-4.0
- https://github.com/microsoft/botbuilder-java/wiki
- https://github.com/Microsoft/botframework/blob/master/whats-new.md#whats-new
1 Reply
- Trinetra-MSFTFormer Employee
Harsh_Srivastava , Yes, you can implement the bot commands using the Bot-builder Java SDK.