CardActionOptions interface

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[]

Property Value