Language

MapToChannelData_BotToUser Class

Definition

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

Constructors

Name Description
MapToChannelData_BotToUser(IBotToUser, IEnumerable<IMessageActivityMapper>)

Methods

Name Description
MakeMessage()
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