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);
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions