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

Conversation is responding instead of Discovery #45

Closed pdcruz48374 closed 5 years ago

pdcruz48374 commented 7 years ago

I am finding it hard for the Chatbot to answer any Discovery Questions from the docs. Ant tips?

See examples below - it is using the Conversation answers based in Confidence level even though I am typing in questions straight from the docs

It is picking up the Conversation intent and responding

Demo Github Issues.docx

markstur commented 5 years ago

I just saw the details in the .docx file. Turns out this was because after the "which payment" prompt it is expecting a reply like "electricity bill" or "mobile bill". That is why it did not go to discovery.

There were other cases where the conversation used intents and had dialog to reply. This has been fixed (or at least improved -- perhaps ongoing). That was not the issue in this example.