IBM / watson-voice-bot

Create a Watson Assistant chatbot that uses voice over a web browser.
https://developer.ibm.com/patterns/create-a-web-based-voice-chatbot/
Apache License 2.0
119 stars 157 forks source link

data/insurance.json file is missing #52

Closed sn6t closed 5 years ago

sn6t commented 5 years ago

data/insurance.json file mentioned in "Run locally" procedure is missing in the repository and data/banking.json and data/skill-insurance-voice-bot.json exist instead.

https://github.com/IBM/watson-voice-bot/blob/master/doc/source/local.md

37: * Click the `Choose JSON File` button and choose the `data/insurance.json` file in your cloned watson-voice-bot repo.
38: * Make sure the `Everything` button is enabled.
39: * Click `Import`.
40: * Go back to the Skills page (use the left sidebar).
41: * Look for `insurance-voice-bot` card.

It looks line number 37 of the "Run locally" procedure should be modified as follows.

37: * Click the `Choose JSON File` button and choose the `data/skill-insurance-voice.json` file in your cloned watson-voice-bot repo.
38: * Make sure the `Everything` button is enabled.
39: * Click `Import`.
40: * Go back to the Skills page (use the left sidebar).
41: * Look for `insurance-voice-bot` card.
markstur commented 5 years ago

thank you @sn6t