0

We have a Teams bot installed for internal company use and it is capable of sending files to our users. Our application that handles the bot does not receive the file consent allow activity but decline activity is working fine , as said in the documentation we have implemented it . will you pls help me out with the issue . enter image description here

I'm using the proper documentation of Microsoft teams passing these values but not getting the result.

attachments": [{
    "contentType": "application/vnd.microsoft.teams.card.file.consent",
    "name": "result.txt",
    "content": {
        "description": "Text recognized from image",
        "sizeInBytes": 4348,
        "acceptContext": {
            "resultId": "1a1e318d-8496-471b-9612-720ee4b1b592"
        },
        "declineContext": {
            "resultId": "1a1e318d-8496-471b-9612-720ee4b1b592"
        }
    }
}]
Bowman Zhu-MSFT
  • 4,776
  • 1
  • 9
  • 10
ujjwal05
  • 11
  • 1

0 Answers0