Skip to content

Serverless, Microservice-Driven and Natural Language Processing-Powered Dining Concierge Chatbot

Notifications You must be signed in to change notification settings

waliddib095/AWS-Cloud-Dining-Concierge-Chatbot

Repository files navigation

AWS-Cloud-Dining-Concierge-Chatbot

AWS Cloud Dining Concierge Chatbot is a scalable distributed application leveraging message queues and notifications.

About

Dining Concierge Chatbot will get restaurant suggestions using the Yelp API given a set of preferences (restaurant location, cuisine, dining time, number of people dining and phone number) and sends the formatted restaurant suggestions through text message to the provided user's phone number using AWS SNS.

Enhanced customer service experience is provided by training three different intents for the chatbot using Amazon Lex namely:
1. GreetingIntent:
It is used to provide a greeting message "Hi there, how can I help?" in response to any greeting message by the user like Hello, Hey, etc

2. ThankYouIntent:
It is used to provide the message "You’re welcome" in response to any thank you message by the user like Thank you, Thanks, etc

3. DiningSuggestionsIntent:
It is used to push the information (restaurant location, cuisine, dining time, number of people dining and phone number) collected from the user in SQS. Another lambda function (queue worker) invoked in regular intervals with the help of CloudWatch event trigger pulls the message from the SQS and finds the restaurant suggestions using the Yelp API, stores them in Dynamo DB for record-keeping and sends the restaurant suggestions through a text message to the provided user's phone number using SNS.

Other AWS services used to develop the web application are S3, API Gateway, Cognito.

How to Setup

AWS-Cloud-Dining-Concierge-Chatbot-Part1-Instructions

AWS-Cloud-Dining-Concierge-Chatbot-Part2-Instructions

About

Serverless, Microservice-Driven and Natural Language Processing-Powered Dining Concierge Chatbot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published