IBM / watson-voice-bot

Create a Watson Assistant chatbot that uses voice over a web browser.

Home Page:https://developer.ibm.com/patterns/create-a-web-based-voice-chatbot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data/insurance.json file is missing

sn6t opened this issue · comments

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.

thank you @sn6t