BotFrameworkClient Class

Definition

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).

Applies to