How to update an adaptive card which is already sent to user from BOT?

前端 未结 2 1440
感情败类
感情败类 2021-01-14 14:33

I have already sent the card with capturing the details and with buttons.After clicking on submit from task module which will save details through http API here the activity

2条回答
  •  独厮守ぢ
    2021-01-14 15:23

    You can update adaptive card in channel like MS Teams not in directline. For updating card you need Accessor to store ActivityId which is generated while sending current message.

    Here I have provided the way to update message

    Code snippet

提交回复
热议问题