https://github.com/danitrod/chatbot-mobile-app
Mobile chat app demo to use with your Watson Assistant service or with your chatbot orchestrator.
https://github.com/danitrod/chatbot-mobile-app
chatbot expo react react-native redux watson-assistant
Last synced: 6 months ago
JSON representation
Mobile chat app demo to use with your Watson Assistant service or with your chatbot orchestrator.
- Host: GitHub
- URL: https://github.com/danitrod/chatbot-mobile-app
- Owner: danitrod
- License: apache-2.0
- Created: 2020-02-05T19:21:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:08:27.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T06:32:48.379Z (8 months ago)
- Topics: chatbot, expo, react, react-native, redux, watson-assistant
- Language: JavaScript
- Homepage: https://expo.io/@danitrod/chatbot-mobile-app
- Size: 10.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatbot Mobile App
## Demo
## Introduction
This is a demo app to test your virtual assistant. It can currently be used with Watson Assistant or with any other virtual assistant orchestrator, through a HTTP POST request to a provided URL. All the credentials must be configured through the app. Try the app out at https://expo.io/@danitrod/chatbot-mobile-app.
## Roadmap
- [x] Send and receive text messages
- [x] Record and play voice messages
- [ ] Transcribe voice messages to text
- [ ] Transcribe text response to voice message
- [ ] Receive options type message
- [ ] Receive image type message## Contributing
Please feel free to create an issue or fork the repository and submit a pull request. I will be happy to add any features to the app.
Please follow the instructions below to submit a pull request.
### Pull Request Process
1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
2. Update the README.md, if necessary, with details of changes to the interface.
3. Submit the pull request with the name of the feature added, or the bug fixed, and add a description if you feel it's needed for comprehension.
4. Wait for the approval and enjoy the new feature! :D## License
Copyright 2020 Daniel T. Rodrigues
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.