Skip to content

Replace the existing bot chat/card with new message/card #490

Description

@vaibhav-db

Spring bot support MS Teams adaptive card update feature

Update the existing chat message sent by same app.

`
String chatMessageId = "YOUR_MESSAGE_ID";
UpdateChatMessageOptions updateOptions = new UpdateChatMessageOptions()
.setContent("This is the updated message content");

chatThreadClient.updateMessage(chatMessageId, updateOptions);
`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions