Skip to content
Permalink
5b91d25ce4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
19 lines (16 sloc) 358 Bytes
Elements of the chatbot
- Finding and storing questions and answers
- CSV Files
- API interaction
- JSON Files
Text Recognition
- Read user input
- Determine meaning/ request
Response
- Select appropriate response
- Read from .CSV file
- Form coherent responses
Error/ Testing
- Trying inputs to break chatbot
- Find and log breaking points
- Fix breaks