AdaptiveCardActionExecuteResponseType enum
Fields
| REPLACE_FOR_INTERACTOR = 0 | The response card will be replaced the current one for the interactor who trigger the action. |
| REPLACE_FOR_ALL = 1 | The response card will be replaced the current one for all users in the chat. |
| NEW_MESSAGE_FOR_ALL = 2 | The response card will be sent as a new message for all users in the chat. |