LogBotToUser Class

Definition

public sealed class LogBotToUser : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser
type LogBotToUser = class
    interface IBotToUser
Public NotInheritable Class LogBotToUser
Implements IBotToUser
Inheritance
LogBotToUser
Implements

Constructors

Name Description
LogBotToUser(IBotToUser, IActivityLogger)

Explicit Interface Implementations

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

Extension Methods

Name Description
PostAsync(IBotToUser, String, String, CancellationToken)

Post a message to be sent to the user, using previous messages to establish a conversation context.

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

Post a message and optional SSML to be sent to the user, using previous messages to establish a conversation context.

Applies to