Skip to content

Using Amazon LEX to build a chat bot for financial advice

Notifications You must be signed in to change notification settings

Epicosp/AWS-Lex-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fintech--AWS


AWS LEX and Lambda funtions have been use to develop a chatbot designed to aid in collecting data and smoothening the process for providing retrement investment advice.

clip


Amazon LEX

Amazon LEX is a framework for developing and tuning chatbots, desgiend for use in mobile and web applications. The service provides all of natural language processing and logic for pseudonatural conversation. In this example, the bot was configured with only one intent, the ReccommendInvestment intent followed a fairly linear path, first aquiring data about the customer, and providing feedback in the form of investment advice based on the collected data.

pic1


Lambda function

An Amazon Lambda function was used to customize the functionality and limit the parameters of investment advice by narrowing the possible data inputs. Amazon Lambda provided testing functionality directly in the UI which was invaluable in troubleshooting the script.

About

Using Amazon LEX to build a chat bot for financial advice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages