Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
- Rasa 3.0
Create and active the virtual envirement
cd IT-ChatBot
python -m venv ./venv
.\venv\Scripts\activate
- requests
- pysqlite3
- gspread
- rasa
- rasa-sdk
- google-api-python-client
- google-auth-httplib2
- google-auth-oauthlib
python -m pip install --upgrade pip
pip install -r ./requirement
- "I need help" -> either click the buttons or type "wifi issue" (similar for printer/login issues)
I need help
either click the buttons or type "wifi issue"
- "plx come to" -> follow the response instruction -> 101
plx come to
follow the response instruction
101
- "I want to borrow macbook" -> follow the response instruction -> 2 digits input (1-99)
I want to borrow macbook
follow the response instruction
2 digits input (1-99)
- "I want to borrow 10 headphones" -> either callback or success response
I want to borrow 10 headphones
either callback or success response
- "I want to borrow iphone" -> follow the response instruction -> "headphone"/"macbook"/"ipad"
I want to borrow iphone
follow the response instruction
headphone
- First termial run rasa shell
rasa shell
- Second termial cd to the actions Dictionary and run rasa run actions
cd actions
rasa run actions
Find more in here
- Google gmail API token.json will expire and need additional authentication
- Slack Timeout Issue