AutoInputHint_BotToUser(IBotToUser, IMessageQueue) Constructor
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 AutoInputHint_BotToUser (Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser inner, Microsoft.Bot.Builder.Dialogs.Internals.IMessageQueue queue);
new Microsoft.Bot.Builder.Dialogs.Internals.AutoInputHint_BotToUser : Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser * Microsoft.Bot.Builder.Dialogs.Internals.IMessageQueue -> Microsoft.Bot.Builder.Dialogs.Internals.AutoInputHint_BotToUser
Public Sub New (inner As IBotToUser, queue As IMessageQueue)
Parameters
- inner
- IBotToUser
- queue
- IMessageQueue