Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot is replying the same answer on every question #120

Open
arveenkumar55 opened this issue Dec 19, 2018 · 2 comments
Open

Bot is replying the same answer on every question #120

arveenkumar55 opened this issue Dec 19, 2018 · 2 comments
Assignees
Labels
bug Something isn't working production staging

Comments

@arveenkumar55
Copy link
Contributor

Current behavior:
When i try to send message on Page it is replying wrong answer.
Expected behavior:
When i try to send message on Page it should reply proper answer.
Reproduce steps:

  1. Login
  2. go to smart replies
  3. create bot
  4. send message from messenger on this page
    screenshot
    screenshot from 2018-12-19 11-40-30
    Paper Trail:
    Paper trail is not showing logs for staging.
    sentry logs:
    There were no sentry logs
    Browser:
    chrome
    Environment:
    kibochat staging and Production
@sojharo
Copy link
Collaborator

sojharo commented Dec 27, 2018

I am assigning this issue to @ImranBinShoukat

@ImranBinShoukat
Copy link
Collaborator

I have debugged this issue thoroughly. This is not an issue. When text is pretty much similar to the trained questions only then it replies with same answer. For example, if we train our bot for these questions:

  • I want to know about daily internet packages
  • I want to know about daily packages
  • I want to know about daily sms packages

and set the some answer as response. Now, if subscriber types "I want to know about weekly internet packages" it will send him the same answer because:

  1. The question is pretty much similar
  2. User has not trained the bot for this question

I discussed this with @sojharo and we decided that we should create a screen for retraining and tell our users the history like DialogFlow. That way user will know that bot has replied with what answers to which questions. And if he thinks that bot has replied with wrong answer than he can retrain the bot. I am opening a separate issue for retraining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working production staging
Projects
None yet
Development

No branches or pull requests

3 participants