these are lambda functions for running along with aws lex v2. lex v2 lets you build smart custom messaging bots. the main file that will run is lambda_function.py
These are all the intents used with this project. All slots used are required
This is the configuration for CustomerInfo where you can get appointments and repair orders of customers
This is the configuration for MakeAppointments where user can make appointments.

This is the configuration for StoreInfo where you can get all the store information except hours
This is the configuration for StoreHours where you can get the department hours of the dealer
#This is the aws lambda function hook we used to create smart replies to filfull customer requests