A chatbot made using Python, which uses Neural Networks to understand what is the intent behind a message from the user and displays an appropriate response.
The bot can be trained to help customers with links/documents for general queries, which will enhance the customer experience with quick responses to their queries.
Input | Output | Correct |
---|---|---|
Who are you? | I'm Joana, your bot assistant | Yes |
can you help me? | Yes Sure, How can I support you | Yes |
I have a complaint | Please mention your complaint, we will reach you and sorry for any inconvenience caused | Yes |
I am lookiing for your help | I'm Joana, your bot assistant | No |
Hello | Hi there | Yes |