Ability to receive files with the MS bot framework

后端 未结 2 1714
青春惊慌失措
青春惊慌失措 2021-01-15 02:25

I might be a bit early on this, but is it somehow possible to also receive files (mainly via Skype) with the new Microsoft Bot Framework?
I couldn\'t find anything in th

2条回答
  •  一整个雨季
    2021-01-15 02:50

    You can find some documentation on attachments here:

    http://docs.botframework.com/connector/message-content/#attachments

    You can also use the "ChannelData" field to take advantage of some of the special features offered by Email and Slack:

    http://docs.botframework.com/connector/custom-channeldata/

提交回复
热议问题