AlwaysSendDirect_BotToUser Class
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 sealed class AlwaysSendDirect_BotToUser : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser
type AlwaysSendDirect_BotToUser = class
interface IBotToUser
Public NotInheritable Class AlwaysSendDirect_BotToUser
Implements IBotToUser
- Inheritance
-
AlwaysSendDirect_BotToUser
- Implements
Constructors
AlwaysSendDirect_BotToUser(IMessageActivity, IConnectorClient) |
Explicit Interface Implementations
IBotToUser.MakeMessage() | |
IBotToUser.PostAsync(IMessageActivity, CancellationToken) |
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. |