AdaptiveCardResponse enum

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.