IAdaptiveCardActionHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an adaptive card action handler to respond to an adaptiveCard/action invoke activity.
public interface IAdaptiveCardActionHandler
type IAdaptiveCardActionHandler = interface
Public Interface IAdaptiveCardActionHandler
Properties
AdaptiveCardResponse |
Indicates the behavior for how the card response will be sent in Teams conversation.
The default value is |
TriggerVerb |
The verb defined in adaptive card action that can trigger this handler. The verb string here is case-insensitive. |
Methods
HandleActionInvokedAsync(ITurnContext, Object, CancellationToken) |
The handler function that will be invoked when the card action is executed. |