AdaptiveDialogBot 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.
An IBot implementation that manages the execution of an AdaptiveDialog.
public class AdaptiveDialogBot : Microsoft.Bot.Builder.IBot
type AdaptiveDialogBot = class
interface IBot
Public Class AdaptiveDialogBot
Implements IBot
- Inheritance
-
AdaptiveDialogBot
- Implements
Constructors
Methods
OnTurnAsync(ITurnContext, CancellationToken) |
When implemented in a bot, handles an incoming activity. |