AdaptiveCardsOptions interface
Options for AdaptiveCards class.
Properties
action |
Data field used to specify how the response card will be presented after an action is executed. |
action |
Data field used to identify the Action.Submit handler to trigger. |
Property Details
actionExecuteResponseType
Data field used to specify how the response card will be presented after an action is executed.
actionExecuteResponseType?: AdaptiveCardActionExecuteResponseType
Property Value
Remarks
When an Action.Execute is triggered, the field name specified here will be used to determine how the response card will be presented.
actionSubmitFilter
Data field used to identify the Action.Submit handler to trigger.
actionSubmitFilter?: string
Property Value
string
Remarks
When an Action.Submit is triggered, the field name specified here will be used to determine the handler to route the request to.
Defaults to a value of 'verb'.