Bot Introduction
  • Welcome
  • What are Bots
  • Examples of Bots
Setup your Developer Environment for Chatbots
  • Signup for the following services: DialogFlow, Twilio, Facebook, Heroku
  • Understanding DialogFlow
  • Understanding Twilio
  • Understanding Facebook
  • Understanding Heroku
  • Understanding Git
  • Developing in Sublime Text or Notepad++
First Chatbot with DialogFlow
  • Introduction to Hotel Booking
  • What are Intents and Entities?
  • Create Entities for the Hotel Bot
  • Explain the Welcome Intent
  • Creating the Order Intent
  • Creating a Follow up Intent
  • One Last Intent
  • Testing our Chatbot
  • Chatbot Challenge #1
  • Chatbot Challenge #1 Solution
How to Design Chatbots
  • Designing Chatbots Introduction
  • Whats the purpose of the Chatbot
  • Writing Scripts
  • Create the Flow
  • Chatbot Design Checklist
  • Secondary Material
Second Chatbot: Building your Resume Bot
  • Designing Intents and Entities
  • Creating Entities
  • Creating Intents
  • Creating More Intents
  • Testing within Dialogflow
  • Twilio Sync up
  • Testing the chatbot on our phone
  • Challenge#2
Third Chatbot: Building a Programmable Bot on Slack
  • Intermediate - Slack Bot Intro
  • Intermediate Slack Bot - Setting up our files
  • Intermediate Slack Bot - Setting up our files Part 2
  • Intermediate Slack Bot - Server Integration
  • Intermediate Slack Bot - Slack Adjustments
  • Intermediate Slack Bot - Challenge Question
Fourth Chatbot: Building your own Fitness Bot on Facebook Messenger
  • Introduction to Fitness Bot with Heroku and Nodejs
  • Installing Node Modules and Sublime Text
  • Fitness Bot Development - Initialize our index.js
  • Git Initializations
  • Push our Code to Heroku
  • Setting up the Fitness Bot on Facebook Platform
  • Creating a Facebook Page + Facebook Permissions
  • Fitness Bot Development - New code to send bot a message
  • Push Latest code to Heroku
  • Testing our latest code within our Facebook Group
  • Fitness Bot Development - Exercise Chat code
  • Final Testing of our Fitness Bot