-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration of Chatbot (#306) #310
Conversation
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@Trisha-tech hey Trisha tried to reaching you out but I didnt got nay respond added my bot it is working perfectly made it from botpress tho I wnted to check by live server tho it is not opening and asking for Mongo URL which m not familiar with. Would be great if you can check and tell me if somethign is need although it is wroking u can merge and check it by yourself too. Thankyou for assigning it to me!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Trisha-tech locally index.html shows the third party chatbot via botpress.
@snehhhcodes have you customized the chat-bot anyhow to respond to certain type of questions from the user ?
yes i have customized it so that user can easily engage with the bot even if they have more queries and if not thn they can simply choose no and bot will end the chat with a greeting |
Nice work ! |
@Suman373 Hey suman any update or merging this PR? |
The PA will merge it when she gets time. |
that means @Trisha-tech ? |
would be great if you can add hacktoberfest label too |
Yes |
Description
integrated a chatbot that suggests books and provides information about authors to enhance user engagement and boost sales on the website. The chatbot will offer personalized book recommendations based on the customer’s preferences and share author details such as their biography, other works, and interesting facts. This will help customers discover new books and authors while making the shopping experience more interactive and enjoyable.
A clear and concise description of what the PR does.
Related Issues
Link any related issues using the format
Fixes #issue_number
.This helps to automatically close related issues when the PR is merged.
Testing Instructions
Detailed instructions on how to test the changes. Include any setup needed and specific test cases.
npm install
to install dependencies.npm test
to execute the test suite.Screenshots (if applicable)
Add any screenshots that help explain or visualize the changes.
Additional Context
Any additional context or information that reviewers should be aware of.
Checklist
Make sure to check off all the items before submitting. Mark with [x] if done.