https://github.com/ringcentral/rc-assistant
RC Assistant Bot
https://github.com/ringcentral/rc-assistant
Last synced: 12 months ago
JSON representation
RC Assistant Bot
- Host: GitHub
- URL: https://github.com/ringcentral/rc-assistant
- Owner: ringcentral
- Created: 2018-11-22T09:03:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:08:12.000Z (over 3 years ago)
- Last Synced: 2025-04-07T20:43:13.364Z (about 1 year ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RC Assistant
### [Install it](https://www.ringcentral.com/apps/glip-rc-assistant-chatbot)
---
## Content below is for maintainers and contributors
---
## Generate AWS Lex config
Ref: [AmazonLexGenerator](https://github.com/tylerlong/AmazonLexGenerator)
## Setup AWS Lex
Imprort [aws_lex.json](aws_lex.json) file into AWS Lex.
- Import the lex bot, not a new lex intent
- You need to build the latest, then publish
Configure `AWS_LEX_BOT_NAME` and `AWS_LEX_BOT_ALIAS` in `.env` files.
## Dev setup
```
yarn install
cp .sample.env .env
edit .env
yarn ngork
yarn dev
curl -X PUT -u : https:///admin/setup-database
```
## Deploy to AWS Lambda
```
cp .sample.env.yml .env.yml
edit .env.yml
yarn deploy
curl -X PUT -u : https:///admin/setup-database
```
## Check remote logs
```
sls logs -f app/proxy/crontab/maintain
```
## Todo
- AWS Lex support synonyms?
- information === info
- Write auto test