BotFrameworkClient 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.
A Bot Framework client.
public abstract class BotFrameworkClient : IDisposable
type BotFrameworkClient = class
interface IDisposable
Public MustInherit Class BotFrameworkClient
Implements IDisposable
- Inheritance
-
BotFrameworkClient
- Derived
- Implements
Constructors
BotFrameworkClient() |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(Boolean) |
Protected implementation of dispose pattern. |
PostActivityAsync(String, String, Uri, Uri, String, Activity, CancellationToken) |
Forwards an activity to a skill (bot). |
PostActivityAsync<T>(String, String, Uri, Uri, String, Activity, CancellationToken) |
Forwards an activity to a skill (bot). |