Skip to content

Greta is a ChatBot for VITROSEP, SL made with Microsoft Bot Framework

Notifications You must be signed in to change notification settings

fcapallera/Greta

Repository files navigation

GretaBot

This bot is made from Bot Framework v4 core bot sample.

This bot has been created using Bot Framework and NLU services like QnAmaker and LUIS (Europe).

Prerequisites

  • .NET Core SDK version 2.1
     # determine dotnet version
     dotnet --version

To run this bot locally

  • If you want to run this Bot locally you'll have to ask for the appsettings.json file to the project owner. Without it you won't be able to get the configuration data. (IE. some external services).

Visual Studio

  • Open the .sln file with Visual Studio.
  • Run the project (press F5 key)

.NET Core CLI

  • Install the .NET Core CLI tools.
  • Using the command line, navigate to your project folder.
  • Type dotnet run.

Testing the bot using Bot Framework Emulator

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.3.0 or greater from here

Connect to the bot using Bot Framework Emulator

  • Launch Bot Framework Emulator
  • File -> Open Bot
  • Enter a Bot URL of http://localhost:3978/api/messages

About

Greta is a ChatBot for VITROSEP, SL made with Microsoft Bot Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published