CardActionBot Class
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 a bot to handle Adaptive Card Action Execute invoke activities.
public class CardActionBot
type CardActionBot = class
Public Class CardActionBot
- Inheritance
-
CardActionBot
Constructors
| CardActionBot(BotAdapter, CardActionOptions) |
Initializes a new instance of the CardActionBot class. |
Properties
| CardActionHandlers |
Gets the registered card action handlers of this bot. |
Methods
| RegisterHandler(IAdaptiveCardActionHandler) |
Registers an adaptive card action handler to the conversation bot. |
| RegisterHandlers(IList<IAdaptiveCardActionHandler>) |
Registers a set of adaptive card action handlers to the conversation bot. |