IPostToBot Interface
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.
Methods to send a message from the user to the bot.
public interface IPostToBot
type IPostToBot = interface
Public Interface IPostToBot
- Derived
Methods
PostAsync(IActivity, CancellationToken) |
Post an item (e.g. message or other external event) to the bot. |