AdaptiveCardResponse Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options used to control how the response card will be sent to users.
public enum AdaptiveCardResponse
type AdaptiveCardResponse =
Public Enum AdaptiveCardResponse
- Inheritance
-
AdaptiveCardResponse
Fields
Name | Value | Description |
---|---|---|
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. |