CardActionOptions interface
Warning
This API is now deprecated.
This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.
Options to initialize CardActionBot.
Properties
| actions | The action handlers to registered with the action bot. Each command should implement the interface TeamsFxAdaptiveCardActionHandler so that it can be correctly handled by this bot. |
Property Details
actions
The action handlers to registered with the action bot. Each command should implement the interface TeamsFxAdaptiveCardActionHandler so that it can be correctly handled by this bot.
actions?: TeamsFxAdaptiveCardActionHandler[]