Condividi tramite


IBot Interfaccia

Definizione

Rappresenta un bot che può funzionare sulle attività in ingresso.

public interface IBot
type IBot = interface
Public Interface IBot
Derivato

Commenti

Un BotAdapter passa le attività in ingresso dal canale dell'utente al metodo del OnTurnAsync(ITurnContext, CancellationToken) bot.

Metodi

OnTurnAsync(ITurnContext, CancellationToken)

Quando implementato in un bot, gestisce un'attività in ingresso.

Si applica a

Vedi anche