Bot Class
Represents a bot that can operate on incoming activities.
Constructor
Bot()
Methods
| on_turn |
When implemented in a bot, handles an incoming activity. :param context: The context object for this turn. :return: |
on_turn
When implemented in a bot, handles an incoming activity. :param context: The context object for this turn. :return:
abstract async on_turn(context: TurnContext)
Parameters
| Name | Description |
|---|---|
|
context
Required
|
|