Welcome to the La Liga Bot Demo!
To run the transcript directly, download Bot Framework Emulator and open the Transcript.transcript file in the Emulator.
To run the demo locally, follow the steps below.
- Open the .sln file with Visual Studio.
- Press F5.
- Open the bot project folder with Visual Studio Code.
- Bring up a terminal.
- Type 'dotnet run'.
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.
- Install the Bot Framework Emulator from here.
- Launch the Bot Framework Emulator
- File -> Open bot and navigate to the bot project folder
- Select
LaLiga.bot
file
This bot has been created using Microsoft Bot Framework,
- Use LUIS to implement core AI capabilities
- Implement a multi-turn conversation using Dialogs
- Handle user interruptions for such things as Help or Cancel
- Prompt for and validate requests for information from the user