AdaptiveCardsOptions interface
Configuration options for Adaptive Cards.
Properties
action |
Specifies the response type for Action.Execute events. Determines how the response is handled after an action is executed. |
action |
Specifies the filter key used for Action.Submit events. If not provided, a default filter key will be used. |
Property Details
actionExecuteResponseType
Specifies the response type for Action.Execute events. Determines how the response is handled after an action is executed.
actionExecuteResponseType?: AdaptiveCardActionExecuteResponseType
Property Value
actionSubmitFilter
Specifies the filter key used for Action.Submit events. If not provided, a default filter key will be used.
actionSubmitFilter?: string
Property Value
string