The type of the TurnState used in the application.
Constructs an instance of AdaptiveCardsActions.
The type of the TurnState used in the application.
The Teams application instance.
Registers a handler for the Action.Execute event.
The type of the data passed to the handler.
A string, RegExp, RouteSelector, or an array of these to match the action verb.
A function to handle the action execution.
The Teams application instance.
Registers a handler for the Action.Submit event.
The type of the data passed to the handler.
A string, RegExp, RouteSelector, or an array of these to match the action verb.
A function to handle the action submission.
The Teams application instance.
Registers a handler for the search event.
A string, RegExp, RouteSelector, or an array of these to match the dataset.
A function to handle the search query.
The Teams application instance.
A class to handle Adaptive Card actions such as executing actions, submitting actions, and performing searches.