Extensions.PostAsync(IBotToUser, String, String, CancellationToken) Méthode
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.
Publiez un message à envoyer à l’utilisateur, en utilisant les messages précédents pour établir un contexte de conversation.
public static System.Threading.Tasks.Task PostAsync (this Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser botToUser, string text, string locale = default, System.Threading.CancellationToken cancellationToken = default);
static member PostAsync : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function PostAsync (botToUser As IBotToUser, text As String, Optional locale As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- botToUser
- IBotToUser
Canal de communication à utiliser.
- text
- String
Texte du message.
- locale
- String
Paramètres régionaux du texte.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Tâche qui représente l’opération de publication.
Remarques
Si le paramètre de paramètres régionaux n’est pas défini, les paramètres régionaux du message entrant sont utilisés pour la réponse.