LogBotToUser 类

定义

public sealed class LogBotToUser : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser
type LogBotToUser = class
    interface IBotToUser
Public NotInheritable Class LogBotToUser
Implements IBotToUser
继承
LogBotToUser
实现

构造函数

LogBotToUser(IBotToUser, IActivityLogger)

显式接口实现

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

扩展方法

PostAsync(IBotToUser, String, String, CancellationToken)

发布要发送给用户的消息,使用以前的消息建立对话上下文。

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

使用以前的消息建立会话上下文,发布要发送给用户的消息和可选 SSML。

适用于