IBM / watson-banking-chatbot

A chatbot for banking that uses the Watson Assistant, Discovery, Natural Language Understanding and Tone Analyzer services.
https://developer.ibm.com/patterns/create-cognitive-banking-chatbot/
Apache License 2.0
264 stars 374 forks source link

Workspace exceeds lite plan limit of 100 dialog nodes #99

Closed floresam closed 5 years ago

floresam commented 5 years ago

This pattern can not be executed with a lite plan Watson Assistant instance due to the lite plan limit of 100 dialog nodes. Is it possible to reduce the number of dialog nodes in banking.json to enable folks with lite accounts to benefit from this code pattern?

adityatadadikar commented 5 years ago

Im also facing the same above issue. Capture

tiagosteil commented 5 years ago

I also have this problem. Has anyone found any solutions?

markstur commented 5 years ago

Fixed in #101

Default dialog now has ~93 nodes. Should work for you.