IBotToUser Interface

Definition

Methods to send a message from the bot to the user.

public interface IBotToUser
type IBotToUser = interface
Public Interface IBotToUser
Derived

Methods

MakeMessage()

Make a message.

PostAsync(IMessageActivity, CancellationToken)

Post a message to be sent to the user.

Extension Methods

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