Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

custom default fallback is not working #619

Closed
c-akhil opened this issue May 28, 2020 · 2 comments
Closed

custom default fallback is not working #619

c-akhil opened this issue May 28, 2020 · 2 comments
Labels
question Further information is requested

Comments

@c-akhil
Copy link

c-akhil commented May 28, 2020

Description
"utter_default" as text is displaying for end-user,
instead of text set in the bot response for the utter_default

To Reproduce
Steps to reproduce the behavior:

  1. Click to 'Responses' in side navigation
  2. Click on "Add bot response" button located at top-right
  3. Set text in "utter_response_name" as "utter_default"
  4. Set any custom fallback text eg:"sorry,what do you mean?" in bot-response-input,
  5. Navigate to Stories and train the bot
  6. Now chat with bot & Enter some random text for which the bot is not trained
  7. Observer the behavior is not modified and "utter_default" is uttered instead of bot-response set
    for it

Expected behavior
custom fallback text set in bot-response-input for utter_default should uttered instead of 'utter_default'

Screenshots
utter_default

Desktop (please complete the following information):

  • OS: ubuntu 18.04
  • Browser chrome
  • Version 83.0.4103.61 (Official Build) (64-bit)
@pheel pheel added the question Further information is requested label Jul 15, 2020
@pheel
Copy link
Contributor

pheel commented Jul 15, 2020

How are you running Botfront? What do the logs (botfront logs) say?

@znat
Copy link
Contributor

znat commented Jul 31, 2020

Hi @c-akhil , what fallback policy did you use? Are other responses working as expected or do you get utter-... for everything ? If this is the case the problem is that Rasa can't connect to the NLG server. You can fix that by checkling the logs )botfront logs and fixing the NLG in your endpoints

@pheel pheel closed this as completed Jan 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants