PassBotToUser 类

定义

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

构造函数

PassBotToUser(IBotToUser)

显式接口实现

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

扩展方法

PostAsync(IBotToUser, String, String, CancellationToken)

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

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

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

适用于