microsoftbotframework icon indicating copy to clipboard operation
microsoftbotframework copied to clipboard

Microsoft Bot Framework is a wrapper for the Microsoft Bot API by Microsoft

Results 6 microsoftbotframework issues
Sort by recently updated
recently updated
newest added

How do I store items like username and other similar things etc during a chat session? http requests are ststeless, and i couldn't figure out how to do this. I...

Hello, I'm looking to use microsoftbotframework with dropbox securitybot (https://github.com/dropbox/securitybot) Chat wrapper seems very simple https://github.com/dropbox/securitybot/blob/master/securitybot/chat/chat.py mapping to microsoftbot * connect: MsBot class * get_users: GetConversationMembers or GetActivityMembers * get_messages:...

Sending async/ad hoc messages for skype is working well with the following message object: ``` message = { 'type': 'message', 'channelId': user['channelId'], 'conversation': { 'id': user['conversationId'] }, 'serviceUrl': user['serviceUrl'], 'from':...

Hello, Tested locally, but in the Bot framework channel emulator I see only 500 error in post requests. 127.0.0.1 - - [09/Aug/2017 19:48:49] "POST /api/messages HTTP/1.1" 500 - [2017-08-09 19:48:49,332]...

Hi Team, I developed a bot that is currently deployed in MS Teams, For one use case I need to attach an attachment in it, I am able to attach...