Share via


AdaptiveCardResponse enum

Warning

This API is now deprecated.

This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.

Options used to control how the response card will be sent to users.

Fields

ReplaceForInteractor = 0

The response card will be replaced the current one for the interactor who trigger the action.

ReplaceForAll = 1

The response card will be replaced the current one for all users in the chat.

NewForAll = 2

The response card will be sent as a new message for all users in the chat.