mdrichardson / QuickTypeScriptBot

This bot is for quickly testing bot features in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickTS

This bot is for quickly testing bot features in TypeScript.

This bot has been created using Bot Framework.

Prerequisites

# determine node version
node --version

To run the bot

  • Install modules
    npm install
  • Start the bot
    npm start

Testing the bot using Bot Framework Emulator v4

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.

  • Install the Bot Framework Emulator version 4.2.0 or greater from here

Connect to the bot using Bot Framework Emulator v4

  • Launch Bot Framework Emulator
  • File -> Open Bot Configuration
  • Navigate to QuickTS folder
  • Select QuickTS.bot file

Deploy the bot to Azure

This bot was generated using the Empty bot template. Unmodified, it's not practical to deploy an empty bot to Azure, as it doesn't have any conversational behavior yet. After making modifications to the bot and testing it locally, you can deploy it to Azure to make it accessible from anywhere. To learn how, see Deploy your bot to Azure for a complete set of deployment instructions.

Further reading

About

This bot is for quickly testing bot features in TypeScript.


Languages

Language:TypeScript 83.7%Language:JavaScript 12.8%Language:Shell 3.5%