次の方法で共有


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 を投稿します。

適用対象