BotFrameworkClient Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Un client Bot Framework.
public abstract class BotFrameworkClient : IDisposable
type BotFrameworkClient = class
interface IDisposable
Public MustInherit Class BotFrameworkClient
Implements IDisposable
- Héritage
-
BotFrameworkClient
- Dérivé
- Implémente
Constructeurs
BotFrameworkClient() |
Un client Bot Framework. |
Méthodes
Dispose() |
Un client Bot Framework. |
Dispose(Boolean) |
Implémentation protégée du modèle de suppression. |
PostActivityAsync(String, String, Uri, Uri, String, Activity, CancellationToken) |
Transfère une activité à une compétence (bot). |
PostActivityAsync<T>(String, String, Uri, Uri, String, Activity, CancellationToken) |
Transfère une activité à une compétence (bot). |