An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Chatbot Mobile App

## Demo


demo

COVID bot from https://github.com/Call-for-Code/Solution-Starter-Kit-Communication-2020


## 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 at

http://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.