Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AdaptiveCardsOptions interface
- Package:
- @microsoft/agents-hosting
Configuration options for Adaptive Cards.
Properties
| actionExecuteResponseType | Specifies the response type for Action.Execute events. Determines how the response is handled after an action is executed. |
| actionSubmitFilter | 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
