AdaptiveCardActionExecuteResponseType enum
Defines the types of responses that can be returned after executing an Adaptive Card action.
Fields
REPLACE_FOR_INTERACTOR = 0 | Replaces the Adaptive Card only for the user who interacted with it. |
REPLACE_FOR_ALL = 1 | Replaces the Adaptive Card for all users. |
NEW_MESSAGE_FOR_ALL = 2 | Sends a new message containing an Adaptive Card to all users. |