AutoInputHint_BotToUser Class

Definition

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

Constructors

AutoInputHint_BotToUser(IBotToUser, IMessageQueue)

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.

Applies to