AdaptiveCardResponse Enum

Definition

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

public enum AdaptiveCardResponse
type AdaptiveCardResponse = 
Public Enum AdaptiveCardResponse
Inheritance
AdaptiveCardResponse

Fields

NewForAll 2

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

ReplaceForAll 1

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

ReplaceForInteractor 0

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

Applies to