BotToUserTextWriter(IBotToUser, TextWriter) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public BotToUserTextWriter (Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser inner, System.IO.TextWriter writer);
new Microsoft.Bot.Builder.Dialogs.Internals.BotToUserTextWriter : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser * System.IO.TextWriter -> Microsoft.Bot.Builder.Dialogs.Internals.BotToUserTextWriter
Public Sub New (inner As IBotToUser, writer As TextWriter)
Parameters
- inner
- IBotToUser
- writer
- TextWriter