IBotFrameworkHttpAdapter Interfaccia

Definizione

Interfaccia per esprimere la relazione tra un controller api mvc e un adattatore Bot Builder. Questa interfaccia può essere usata per l'inserimento delle dipendenze.

public interface IBotFrameworkHttpAdapter
type IBotFrameworkHttpAdapter = interface
Public Interface IBotFrameworkHttpAdapter
Derivato

Metodi

ProcessAsync(HttpRequest, HttpResponse, IBot, CancellationToken)

Questo metodo può essere chiamato dall'interno di un metodo POST in qualsiasi implementazione del controller.

Si applica a