A User Interface (UI) for a Chatbot application. It allows you to run a IBM Watson Assistant's Assistant on Cloud. No new code required. This application was designed and developed to accelerate the go-to-market process.
- Watson Assistant: Watson Assistant lets you build conversational interfaces into any application, device, or channel.
In order to deploy the code in a cloud platform, you need to install Node.js. After the installation, you can follow the steps below.
git clone https://github.com/victorshinya/chatbot-ui.git
cd chatbot-ui
npm install
npm run build
npm start
ibmcloud cf push {your_app_name}
- Handle response type: text
- Handle response type: image
- Handle response type: options
- Handle response type: pause
- Record and receive audio
- Convert: speech to text
- Play audio
- Convert: text to speech
Copyright 2019 Victor Shinya
Licensed under the Apache License, Version 2.0 (the "License").