Compartilhar via


LogBotToUser Classe

Definição

public sealed class LogBotToUser : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser
type LogBotToUser = class
    interface IBotToUser
Public NotInheritable Class LogBotToUser
Implements IBotToUser
Herança
LogBotToUser
Implementações

Construtores

LogBotToUser(IBotToUser, IActivityLogger)

Implantações explícitas de interface

IBotToUser.MakeMessage()
IBotToUser.PostAsync(IMessageActivity, CancellationToken)

Métodos de Extensão

PostAsync(IBotToUser, String, String, CancellationToken)

Poste uma mensagem a ser enviada ao usuário usando mensagens anteriores para estabelecer um contexto de conversa.

SayAsync(IBotToUser, String, String, MessageOptions, String, CancellationToken)

Poste uma mensagem e um SSML opcional a ser enviado ao usuário, usando mensagens anteriores para estabelecer um contexto de conversa.

Aplica-se a