NullBotToUser 类

定义

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

构造函数

NullBotToUser(IMessageActivity)

显式接口实现

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

扩展方法

PostAsync(IBotToUser, String, String, CancellationToken)

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

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

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

适用于