Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.74 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.74 KB

Developing Intelligent Bots from Zero to Hero

This repository contains all the code samples of "Developing Intelligent Bots from Zero to Hero" channel9/MVA course.

Watch the course:  https://aka.ms/botszeroheromva

Slide Decks: https://aka.ms/botdevslidedecks

Prerequisites

For Module #3, you need the following:

  • You must have a Microsoft Azure subscription. If you do not already have a subscription, you can register for a free trial.
  • Create Azure Cosmos Document DB and populate it with some data. Watch Module 3 to know how-to.
  • Create Azure Search Service and add your Document DB as its data source. Watch Module 3 to know how-to.
  • Add Your Azure Search Service Name, Your Azure Search Index Name and *Your Azure Search Key *to Web.Config.

Applies only for "botsfromzerotohero/09. Module 3 - Chocolate Gallery Bot (LUIS)/":

  • Create LUIS App from here and add 2 intents; SearchChocolates and ShowChocolates in addition to some chocolate types as entities then train your LUIS model. Watch Module 3 to know how-to.
  • In the root dialog, add your LUIS APP ID and AZURE SUBSCRIPTION KEY to your LUIS MODEL Attribute.