Skip to content

jorn1/proactive-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProactiveBot

A simple Microsoft Bot Framework v4 bot that demonstrates proactivity through the BotAdapter.ContinueConversationAsync() method.

A ConversationReference can be stored by typing '1'. This ConversationReference can be used in another conversation (or the same conversation) to send a message to the conversation which the stored ConversationReference represents.

Prerequisites

Running Locally

Visual Studio

  • Open ProactiveBot.csproj in Visual Studio.
  • Run the project (press F5 key).

Testing the bot using Bot Framework Emulator

Microsoft Bot Framework Emulator is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

Connect to bot using Bot Framework Emulator V4

  • Launch the Bot Framework Emulator.
  • File -> Open bot and open ProactiveBot.bot.

Deploy the bot to Azure

See Deploy your C# bot to Azure for instructions.

The deployment process assumes you have an account on Microsoft Azure and are able to log into the Microsoft Azure Portal.

If you are new to Microsoft Azure, please refer to Getting started with Azure for guidance on how to get started on Azure.

Further reading

About

A simple Microsoft Bot Framework v4 bot that demonstrates proactivity through the IBotAdapter.ContinueConversationAsync function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published