Interface | Description |
---|---|
BotActionResult |
The result when invoking a bot action.
|
BotService |
Implement this bot service interface to provide an execution for action definitions based on this bot.
|
Class | Description |
---|---|
BaseBotActionResult |
A base implementation for
BotActionResult . |