Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.05 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.05 KB

Overview

Project Description

Our Chatbot is an app that helps you find local services in Toronto like free meals offered at drop-ins or shelters based on your specific real-time needs, location, and situation. The app also allows you to share valuable tips among other members and bookmark your personalized results for future reference on-the-go. You can find more information about Amplelabs at amplelabs.co

Contributors for the project

Demo

Setup

Running Tests

  • npm test

Deploying Lambdas

  • bin/deploy_lambdas.sh

Using Lambdas with Lex

  • This is a manual step.
  • Log into the AWS control panel
  • Configure the correct lexbot to use the necessary lambda

Required Lex Slots

Slot Name Slot Type Required
mealNow Custom true
Date AMAZON.DATE true
Time AMAZON.TIME true
Interaction AMAZON.PostalAddress true
Latitude AMAZON.NUMBER false
Longitude AMAZON.NUMBER false
ShowMore Custom false
Confirmed Custom false