BotToUserTextWriter 类

定义

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

构造函数

BotToUserTextWriter(IBotToUser, TextWriter)

显式接口实现

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

扩展方法

PostAsync(IBotToUser, String, String, CancellationToken)

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

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

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

适用于